/AWS1/CL_BDCMEMORYRECORD¶
Contains information about a memory record in a memory store.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_memoryrecordid
TYPE /AWS1/BDCMEMORYRECORDID
/AWS1/BDCMEMORYRECORDID
¶
The unique identifier of the memory record.
io_content
TYPE REF TO /AWS1/CL_BDCMEMORYCONTENT
/AWS1/CL_BDCMEMORYCONTENT
¶
The content of the memory record.
iv_memorystrategyid
TYPE /AWS1/BDCMEMORYSTRATEGYID
/AWS1/BDCMEMORYSTRATEGYID
¶
The identifier of the memory strategy associated with this record.
it_namespaces
TYPE /AWS1/CL_BDCNAMESPACESLIST_W=>TT_NAMESPACESLIST
TT_NAMESPACESLIST
¶
The namespaces associated with this memory record. Namespaces help organize and categorize memory records.
iv_createdat
TYPE /AWS1/BDCTIMESTAMP
/AWS1/BDCTIMESTAMP
¶
The timestamp when the memory record was created.
Queryable Attributes¶
memoryRecordId¶
The unique identifier of the memory record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMORYRECORDID() |
Getter for MEMORYRECORDID, with configurable default |
ASK_MEMORYRECORDID() |
Getter for MEMORYRECORDID w/ exceptions if field has no valu |
HAS_MEMORYRECORDID() |
Determine if MEMORYRECORDID has a value |
content¶
The content of the memory record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTENT() |
Getter for CONTENT |
memoryStrategyId¶
The identifier of the memory strategy associated with this record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMORYSTRATEGYID() |
Getter for MEMORYSTRATEGYID, with configurable default |
ASK_MEMORYSTRATEGYID() |
Getter for MEMORYSTRATEGYID w/ exceptions if field has no va |
HAS_MEMORYSTRATEGYID() |
Determine if MEMORYSTRATEGYID has a value |
namespaces¶
The namespaces associated with this memory record. Namespaces help organize and categorize memory records.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAMESPACES() |
Getter for NAMESPACES, with configurable default |
ASK_NAMESPACES() |
Getter for NAMESPACES w/ exceptions if field has no value |
HAS_NAMESPACES() |
Determine if NAMESPACES has a value |
createdAt¶
The timestamp when the memory record was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |