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

数据结构

message ReservedThroughputDetails {
    required CapacityUnit capacity_unit = 1;
    required int64 last_increase_time = 2;
    optional int64 last_decrease_time = 3;
    required int32 number_of_decreases_today = 4;
}
capacity_unit:
  • 类型:CapacityUnit

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

last_increase_time:
  • 类型:int64

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

last_decrease_time:
  • 类型:int64

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

number_of_decreases_today:
  • 类型:int32

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

相关操作

UpdateTable

DescribeTable