All Products
Search
Document Center

Tablestore:ReservedThroughput

Last Updated:Aug 22, 2024

ReservedThroughput indicates the reserved read throughput and reserved write throughput of a table.

Data structure

message ReservedThroughput {
    required CapacityUnit capacity_unit = 1;
}

Parameter

Type

Required

Description

capacity_unit

CapacityUnit

Yes

The reserved read throughput and reserved write throughput of the table.

Related operations

CreateTable

UpdateRow

DescribeTable