Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TableUsageSummary

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

Properties

Optional maxShardSizeUsageInPercent

maxShardSizeUsageInPercent: undefined | number

The percentage of allowed per-shard usage for the table shard with the highest usage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional readThrottleCount

readThrottleCount: undefined | number

The number of times reads were throttled due to exceeding the read throughput limit. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional readUnits

readUnits: undefined | number

Read throughput during the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional secondsInPeriod

secondsInPeriod: undefined | number

The length of the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional storageInGBs

storageInGBs: undefined | number

The size of the table, in GB. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional storageThrottleCount

storageThrottleCount: undefined | number

The number of times writes were throttled because the table exceeded its size limit. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeStarted

timeStarted: Date

The time stamp of this usage record.

Optional writeThrottleCount

writeThrottleCount: undefined | number

The number of times writes were throttled due to exceeding the write throughput limit. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional writeUnits

writeUnits: undefined | number

Write throughput during the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj