ReservedThroughputDetails 包含表的预留读写吞吐量配置,包括当前服务能力单元的值以及最近一次上调和下调的时间戳。
数据结构
message ReservedThroughputDetails {
required CapacityUnit capacity_unit = 1;
required int64 last_increase_time = 2;
optional int64 last_decrease_time = 3;
}
|
名称 |
类型 |
是否必选 |
描述 |
|
capacity_unit |
是 |
表的预留读写吞吐量数值,以服务能力单元(CU)表示。 |
|
|
last_increase_time |
int64 |
是 |
最近一次上调该表预留读写吞吐量的时间,以 UTC 时间戳(秒)表示。 |
|
last_decrease_time |
int64 |
否 |
最近一次下调该表预留读写吞吐量的时间,以 UTC 时间戳(秒)表示。 |
相关操作
该文章对您有帮助吗?