/AWS1/CL_KYZKEYSPACESMETADATA¶
Contains metadata information associated with Amazon Keyspaces cells and rows.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_expirationtime
TYPE /AWS1/KYZSTRING
/AWS1/KYZSTRING
¶
The time at which the associated data will expire, based on the time-to-live (TTL) setting.
iv_writetime
TYPE /AWS1/KYZSTRING
/AWS1/KYZSTRING
¶
The timestamp at which the associated data was written to the database.
Queryable Attributes¶
expirationTime¶
The time at which the associated data will expire, based on the time-to-live (TTL) setting.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME, with configurable default |
ASK_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME w/ exceptions if field has no valu |
HAS_EXPIRATIONTIME() |
Determine if EXPIRATIONTIME has a value |
writeTime¶
The timestamp at which the associated data was written to the database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WRITETIME() |
Getter for WRITETIME, with configurable default |
ASK_WRITETIME() |
Getter for WRITETIME w/ exceptions if field has no value |
HAS_WRITETIME() |
Determine if WRITETIME has a value |