Skip to content

/AWS1/CL_FNKDSCKEYVALSTORERSP

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.

IV_TOTALSIZEINBYTES TYPE /AWS1/FNKLONG /AWS1/FNKLONG

Total size of the Key Value Store in bytes.

IV_KVSARN TYPE /AWS1/FNKKVSARN /AWS1/FNKKVSARN

The Amazon Resource Name (ARN) of the Key Value Store.

IV_CREATED TYPE /AWS1/FNKTIMESTAMP /AWS1/FNKTIMESTAMP

Date and time when the Key Value Store was created.

IV_ETAG TYPE /AWS1/FNKETAG /AWS1/FNKETAG

The version identifier for the current version of the Key Value Store.

Optional arguments:

IV_LASTMODIFIED TYPE /AWS1/FNKTIMESTAMP /AWS1/FNKTIMESTAMP

Date and time when the key value pairs in the Key Value Store was last modified.

IV_STATUS TYPE /AWS1/FNKSTRING /AWS1/FNKSTRING

The current status of the Key Value Store.

IV_FAILUREREASON TYPE /AWS1/FNKSTRING /AWS1/FNKSTRING

The reason for Key Value Store creation failure.


Queryable Attributes

ItemCount

Number of key value pairs in the Key Value Store.

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 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

KvsARN

The Amazon Resource Name (ARN) of the Key Value Store.

Accessible with the following methods

Method Description
GET_KVSARN() Getter for KVSARN, with configurable default
ASK_KVSARN() Getter for KVSARN w/ exceptions if field has no value
HAS_KVSARN() Determine if KVSARN has a value

Created

Date and time when the Key Value Store was created.

Accessible with the following methods

Method Description
GET_CREATED() Getter for CREATED, with configurable default
ASK_CREATED() Getter for CREATED w/ exceptions if field has no value
HAS_CREATED() Determine if CREATED has a value

ETag

The version identifier for the current version of the Key Value Store.

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

LastModified

Date and time when the key value pairs in the Key Value Store was last modified.

Accessible with the following methods

Method Description
GET_LASTMODIFIED() Getter for LASTMODIFIED, with configurable default
ASK_LASTMODIFIED() Getter for LASTMODIFIED w/ exceptions if field has no value
HAS_LASTMODIFIED() Determine if LASTMODIFIED has a value

Status

The current status of the Key Value Store.

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

FailureReason

The reason for Key Value Store creation failure.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value