全部產品
Search
文件中心

Tablestore:TableConsumedCapacity

更新時間:Jun 30, 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