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