/AWS1/CL_S3TSTORAGECLASSCONF¶
The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_storageclass TYPE /AWS1/S3TSTORAGECLASS /AWS1/S3TSTORAGECLASS¶
The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.
Queryable Attributes¶
storageClass¶
The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGECLASS() |
Getter for STORAGECLASS, with configurable default |
ASK_STORAGECLASS() |
Getter for STORAGECLASS w/ exceptions if field has no value |
HAS_STORAGECLASS() |
Determine if STORAGECLASS has a value |