All Products
Search
Document Center

Tablestore:ReservedThroughputDetails

Last Updated:Aug 22, 2024

ReservedThroughputDetails indicates the provisioned throughput capacity reserved for read/write information for a table.

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 throughput capacity reserved for read/write value for the specified table.

last_increase_time

int64

Yes

The last time the provisioned throughput capacity reserved for read/write settings were raised for this table, expressed in UTC time at second level.

last_decrease_time

int64

No

The last time the provisioned throughput capacity reserved for read/write settings were lowered for this table, expressed in UTC time at second level.

Related operations

UpdateTable

DescribeTable