/AWS1/CL_FNKUPDATEKEYSRESPONSE¶
Metadata information about a Key Value Store.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_itemcount TYPE /AWS1/FNKINTEGER /AWS1/FNKINTEGER¶
Number of key value pairs in the Key Value Store after the successful update.
iv_totalsizeinbytes TYPE /AWS1/FNKLONG /AWS1/FNKLONG¶
Total size of the Key Value Store after the successful update, in bytes.
iv_etag TYPE /AWS1/FNKETAG /AWS1/FNKETAG¶
The current version identifier of the Key Value Store after the successful update.
Queryable Attributes¶
ItemCount¶
Number of key value pairs in the Key Value Store after the successful update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMCOUNT() |
Getter for ITEMCOUNT, with configurable default |
ASK_ITEMCOUNT() |
Getter for ITEMCOUNT w/ exceptions if field has no value |
HAS_ITEMCOUNT() |
Determine if ITEMCOUNT has a value |
TotalSizeInBytes¶
Total size of the Key Value Store after the successful update, in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALSIZEINBYTES() |
Getter for TOTALSIZEINBYTES, with configurable default |
ASK_TOTALSIZEINBYTES() |
Getter for TOTALSIZEINBYTES w/ exceptions if field has no va |
HAS_TOTALSIZEINBYTES() |
Determine if TOTALSIZEINBYTES has a value |
ETag¶
The current version identifier of the Key Value Store after the successful update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |