Readonly
maxPercentage of allowed storage usage for the shard with the highest usage percentage across all table shards. This property can be used as a gauge of total storage available as well as a hint for key distribution across shards.
Readonly
readNumber of read throttling exceptions on this table in the time period, see READ_LIMIT_EXCEEDED.
Readonly
readNumber of read units consumed during this period, see TableLimits.
Readonly
secondsNumber of seconds in this usage record.
Readonly
startStart time for this usage record as Date.
Readonly
storageGBAmount of storage in Gigabytes consumed by the table. This information may be out of date as it is not maintained in real time.
Readonly
storageNumber of storage throttling exceptions on this table in the time period, see SIZE_LIMIT_EXCEEDED.
Readonly
writeNumber of write throttling exceptions on this table in the time period, see WRITE_LIMIT_EXCEEDED.
Readonly
writeNumber of write units consumed during this period, see TableLimits.
Generated using TypeDoc
Cloud service only. Note: this type is only relevant when using the driver with the Cloud Service. It is not relevant when using the driver with on-premise NoSQL Database (see KVSTORE).
TableUsage objects are part of TableUsageResult, that is the result of getTableUsage method. TableUsage represents a single usage record, or slice, that includes information about read and write throughput consumed during that period as well as the current information regarding storage capacity. In addition the count of throttling exceptions for the period is reported.