/AWS1/CL_DYNONDEMANDTHROUGHPUT¶
Sets the maximum number of read and write units for the specified on-demand table. If
you use this parameter, you must specify MaxReadRequestUnits,
MaxWriteRequestUnits, or both.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_maxreadrequestunits TYPE /AWS1/DYNLONGOBJECT /AWS1/DYNLONGOBJECT¶
Maximum number of read request units for the specified table.
To specify a maximum
OnDemandThroughputon your table, set the value ofMaxReadRequestUnitsas greater than or equal to 1. To remove the maximumOnDemandThroughputthat is currently set on your table, set the value ofMaxReadRequestUnitsto -1.
iv_maxwriterequestunits TYPE /AWS1/DYNLONGOBJECT /AWS1/DYNLONGOBJECT¶
Maximum number of write request units for the specified table.
To specify a maximum
OnDemandThroughputon your table, set the value ofMaxWriteRequestUnitsas greater than or equal to 1. To remove the maximumOnDemandThroughputthat is currently set on your table, set the value ofMaxWriteRequestUnitsto -1.
Queryable Attributes¶
MaxReadRequestUnits¶
Maximum number of read request units for the specified table.
To specify a maximum
OnDemandThroughputon your table, set the value ofMaxReadRequestUnitsas greater than or equal to 1. To remove the maximumOnDemandThroughputthat is currently set on your table, set the value ofMaxReadRequestUnitsto -1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXREADREQUESTUNITS() |
Getter for MAXREADREQUESTUNITS, with configurable default |
ASK_MAXREADREQUESTUNITS() |
Getter for MAXREADREQUESTUNITS w/ exceptions if field has no |
HAS_MAXREADREQUESTUNITS() |
Determine if MAXREADREQUESTUNITS has a value |
MaxWriteRequestUnits¶
Maximum number of write request units for the specified table.
To specify a maximum
OnDemandThroughputon your table, set the value ofMaxWriteRequestUnitsas greater than or equal to 1. To remove the maximumOnDemandThroughputthat is currently set on your table, set the value ofMaxWriteRequestUnitsto -1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXWRITEREQUESTUNITS() |
Getter for MAXWRITEREQUESTUNITS, with configurable default |
ASK_MAXWRITEREQUESTUNITS() |
Getter for MAXWRITEREQUESTUNITS w/ exceptions if field has n |
HAS_MAXWRITEREQUESTUNITS() |
Determine if MAXWRITEREQUESTUNITS has a value |