TableConsumedCapacity

更新时间:
复制 MD 格式

TableConsumedCapacity specifies the number of capacity units (CUs) consumed by an SQLQuery operation.

Data structure

message TableConsumedCapacity {
    optional string table_name = 1;
    optional ConsumedCapacity consumed = 2;
    optional ReservedThroughput reserved_throughput = 3;
}

Parameter

Type

Required

Description

table_name

string

No

The name of the table.

consumed

ConsumedCapacity

No

The number of CUs consumed by the operation.

reserved_throughput

ReservedThroughput

No

The reserved read and write throughput of the table.

Related operations

SQLQuery