全部产品
Search
文档中心

表格存储:TableConsumedCapacity

更新时间:Apr 23, 2024

在SQLQuery操作的返回结果中,表示本次操作消耗的服务能力单元。

数据结构

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

名称

类型

是否必选

描述

table_name

string

表名称。

consumed

ConsumedCapacity

一次操作消耗的服务能力单元。

reserved_throughput

ReservedThroughput

表的预留读/写吞吐量数值。

相关操作

SQLQuery