/AWS1/CL_KYZKEYSPACESCELLMAP00¶
Represents a key-value pair within a map data type in Amazon Keyspaces, including the associated metadata.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_key TYPE REF TO /AWS1/CL_KYZKEYSPACESCELLVALUE /AWS1/CL_KYZKEYSPACESCELLVALUE¶
The key of this map entry in the Amazon Keyspaces cell.
io_value TYPE REF TO /AWS1/CL_KYZKEYSPACESCELLVALUE /AWS1/CL_KYZKEYSPACESCELLVALUE¶
The value associated with the key in this map entry.
io_metadata TYPE REF TO /AWS1/CL_KYZKEYSPACESMETADATA /AWS1/CL_KYZKEYSPACESMETADATA¶
Metadata for this specific key-value pair within the map, such as timestamps and TTL information.
Queryable Attributes¶
key¶
The key of this map entry in the Amazon Keyspaces cell.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY |
value¶
The value associated with the key in this map entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
metadata¶
Metadata for this specific key-value pair within the map, such as timestamps and TTL information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_KEYSPACESCELLMAP¶
TYPES TT_KEYSPACESCELLMAP TYPE STANDARD TABLE OF REF TO /AWS1/CL_KYZKEYSPACESCELLMAP00 WITH DEFAULT KEY
.