/AWS1/CL_S3CSELECTIONCRITERIA¶
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_delimiter TYPE /AWS1/S3CSTRGLENSPREFIXLEVEL00 /AWS1/S3CSTRGLENSPREFIXLEVEL00¶
A container for the delimiter of the selection criteria being used.
iv_maxdepth TYPE /AWS1/S3CSTRGLENSPREFIXLEVEL01 /AWS1/S3CSTRGLENSPREFIXLEVEL01¶
The max depth of the selection criteria
iv_minstoragebytespercentage TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to
1.0.
Queryable Attributes¶
Delimiter¶
A container for the delimiter of the selection criteria being used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIMITER() |
Getter for DELIMITER, with configurable default |
ASK_DELIMITER() |
Getter for DELIMITER w/ exceptions if field has no value |
HAS_DELIMITER() |
Determine if DELIMITER has a value |
MaxDepth¶
The max depth of the selection criteria
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXDEPTH() |
Getter for MAXDEPTH, with configurable default |
ASK_MAXDEPTH() |
Getter for MAXDEPTH w/ exceptions if field has no value |
HAS_MAXDEPTH() |
Determine if MAXDEPTH has a value |
MinStorageBytesPercentage¶
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to
1.0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINSTRGBYTESPERCENTAGE() |
Getter for MINSTORAGEBYTESPERCENTAGE, with configurable defa |
ASK_MINSTRGBYTESPERCENTAGE() |
Getter for MINSTORAGEBYTESPERCENTAGE w/ exceptions if field |
STR_MINSTRGBYTESPERCENTAGE() |
String format for MINSTORAGEBYTESPERCENTAGE, with configurab |
HAS_MINSTRGBYTESPERCENTAGE() |
Determine if MINSTORAGEBYTESPERCENTAGE has a value |