文档

TableConsumedCapacity

更新时间:

在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

  • 本页导读
文档反馈