Cloud service only.

CapacityMode specifies the type of capacity that will be set on a table. It is used in table creation and table capacity updates. See TableLimits.

Table capacity is only used in the NoSQL Cloud Service.

PROVISIONED is the default mode. In this mode, the application defines the specified maximum read and write throughput for a table. ON_DEMAND mode allows for flexible throughput usage. In this mode, only the maximum storage size is specified.

Since

5.3.0

Enumeration Members

Enumeration Members

ON_DEMAND: "ON_DEMAND"

On Demand mode.

Since

5.3.0

PROVISIONED: "PROVISIONED"

Provisioned mode. This is the default.

Since

5.3.0

Generated using TypeDoc