Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TableLimits

Throughput and storage limits configuration of a table.

Properties

Optional capacityMode

capacityMode: CapacityMode

The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.

maxReadUnits

maxReadUnits: number

Maximum sustained read throughput limit for the table. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

maxStorageInGBs

maxStorageInGBs: number

Maximum size of storage used by the table. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

maxWriteUnits

maxWriteUnits: number

Maximum sustained write throughput limit for the table. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj