ReservedThroughputDetails

更新时间: 2026-04-28 21:56:47

ReservedThroughputDetails contains the provisioned throughput settings for a table, including the current capacity unit values and the timestamps of the most recent increase and decrease.

Data structure

message ReservedThroughputDetails {
    required CapacityUnit capacity_unit = 1;
    required int64 last_increase_time = 2;
    optional int64 last_decrease_time = 3;
}

Parameter

Type

Required

Description

capacity_unit

CapacityUnit

Yes

The provisioned read/write capacity units reserved for the table.

last_increase_time

int64

Yes

The Unix timestamp (in seconds, UTC) of the last time the reserved throughput was increased for the table.

last_decrease_time

int64

No

The Unix timestamp (in seconds, UTC) of the last time the reserved throughput was decreased for the table.

Related operations

UpdateTable

DescribeTable

上一篇: ReservedThroughput 下一篇: ReturnContent
阿里云首页 表格存储 相关技术圈