阅读753 返回首页    go 微信


ReservedThroughputDetails__DataType_API 参考_表格存储-阿里云

表示一个表的预留读/写吞吐量信息。

数据结构

  1. message ReservedThroughputDetails {
  2. required CapacityUnit capacity_unit = 1;
  3. required int64 last_increase_time = 2;
  4. optional int64 last_decrease_time = 3;
  5. required int32 number_of_decreases_today = 4;
  6. }

capacity_unit:

  • 类型:CapacityUnit

  • 描述:该表的预留读写吞吐量的数值。

last_increase_time:

  • 类型:int64。

  • 描述:最近一次上调该表的预留读/写吞吐量设置的时间,使用 UTC 秒数表示。

last_decrease_time:

  • 类型:int64。

  • 描述:最近一次下调该表的预留读/写吞吐量设置的时间,使用 UTC 秒数表示。

number_of_decreases_today:

  • 类型:int32。

  • 描述:本个自然日内已下调该表的预留读/写吞吐量设置的次数。

相关操作

UpdateTable

DescribeTable

最后更新:2016-11-23 16:03:56

  上一篇:go ReservedThroughput__DataType_API 参考_表格存储-阿里云
  下一篇:go Row__DataType_API 参考_表格存储-阿里云