/AWS1/CL_KYSWARMTPUTSPECSUMM¶
Contains the current warm throughput settings for a table, including the configured capacity units and the current status of the warm throughput configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_readunitspersecond TYPE /AWS1/KYSLONG /AWS1/KYSLONG¶
The number of read capacity units per second currently configured for warm throughput.
iv_writeunitspersecond TYPE /AWS1/KYSLONG /AWS1/KYSLONG¶
The number of write capacity units per second currently configured for warm throughput.
iv_status TYPE /AWS1/KYSWARMTHROUGHPUTSTATUS /AWS1/KYSWARMTHROUGHPUTSTATUS¶
The current status of the warm throughput configuration. Valid values are
AVAILABLEwhen the configuration is active, andUPDATINGwhen changes are being applied.
Queryable Attributes¶
readUnitsPerSecond¶
The number of read capacity units per second currently configured for warm throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READUNITSPERSECOND() |
Getter for READUNITSPERSECOND, with configurable default |
ASK_READUNITSPERSECOND() |
Getter for READUNITSPERSECOND w/ exceptions if field has no |
HAS_READUNITSPERSECOND() |
Determine if READUNITSPERSECOND has a value |
writeUnitsPerSecond¶
The number of write capacity units per second currently configured for warm throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WRITEUNITSPERSECOND() |
Getter for WRITEUNITSPERSECOND, with configurable default |
ASK_WRITEUNITSPERSECOND() |
Getter for WRITEUNITSPERSECOND w/ exceptions if field has no |
HAS_WRITEUNITSPERSECOND() |
Determine if WRITEUNITSPERSECOND has a value |
status¶
The current status of the warm throughput configuration. Valid values are
AVAILABLEwhen the configuration is active, andUPDATINGwhen changes are being applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |