ReservedThroughputDetails
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 |
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. |