/AWS1/CL_BDOSESSIONSTORAGECONF¶
Configuration for a session storage filesystem mounted into the AgentCore Runtime. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mountpath TYPE /AWS1/BDOMOUNTPATH /AWS1/BDOMOUNTPATH¶
The mount path for the session storage filesystem inside the AgentCore Runtime. The path must be under
/mntwith exactly one subdirectory level (for example,/mnt/data).
Queryable Attributes¶
mountPath¶
The mount path for the session storage filesystem inside the AgentCore Runtime. The path must be under
/mntwith exactly one subdirectory level (for example,/mnt/data).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUNTPATH() |
Getter for MOUNTPATH, with configurable default |
ASK_MOUNTPATH() |
Getter for MOUNTPATH w/ exceptions if field has no value |
HAS_MOUNTPATH() |
Determine if MOUNTPATH has a value |