/AWS1/CL_S3CSTRGLENSGROUPOROP¶
A container element for specifying Or rule conditions. The rule conditions
determine the subset of objects to which the Or rule applies. Objects can
match any of the listed filter conditions, which are joined by the Or logical
operator. Only one of each filter condition is allowed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_matchanyprefix TYPE /AWS1/CL_S3CMATCHANYPREFIX_W=>TT_MATCHANYPREFIX TT_MATCHANYPREFIX¶
Filters objects that match any of the specified prefixes.
it_matchanysuffix TYPE /AWS1/CL_S3CMATCHANYSUFFIX_W=>TT_MATCHANYSUFFIX TT_MATCHANYSUFFIX¶
Filters objects that match any of the specified suffixes.
it_matchanytag TYPE /AWS1/CL_S3CS3TAG=>TT_MATCHANYTAG TT_MATCHANYTAG¶
Filters objects that match any of the specified S3 object tags.
io_matchobjectage TYPE REF TO /AWS1/CL_S3CMATCHOBJECTAGE /AWS1/CL_S3CMATCHOBJECTAGE¶
Filters objects that match the specified object age range.
io_matchobjectsize TYPE REF TO /AWS1/CL_S3CMATCHOBJECTSIZE /AWS1/CL_S3CMATCHOBJECTSIZE¶
Filters objects that match the specified object size range.
Queryable Attributes¶
MatchAnyPrefix¶
Filters objects that match any of the specified prefixes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHANYPREFIX() |
Getter for MATCHANYPREFIX, with configurable default |
ASK_MATCHANYPREFIX() |
Getter for MATCHANYPREFIX w/ exceptions if field has no valu |
HAS_MATCHANYPREFIX() |
Determine if MATCHANYPREFIX has a value |
MatchAnySuffix¶
Filters objects that match any of the specified suffixes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHANYSUFFIX() |
Getter for MATCHANYSUFFIX, with configurable default |
ASK_MATCHANYSUFFIX() |
Getter for MATCHANYSUFFIX w/ exceptions if field has no valu |
HAS_MATCHANYSUFFIX() |
Determine if MATCHANYSUFFIX has a value |
MatchAnyTag¶
Filters objects that match any of the specified S3 object tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHANYTAG() |
Getter for MATCHANYTAG, with configurable default |
ASK_MATCHANYTAG() |
Getter for MATCHANYTAG w/ exceptions if field has no value |
HAS_MATCHANYTAG() |
Determine if MATCHANYTAG has a value |
MatchObjectAge¶
Filters objects that match the specified object age range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHOBJECTAGE() |
Getter for MATCHOBJECTAGE |
MatchObjectSize¶
Filters objects that match the specified object size range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHOBJECTSIZE() |
Getter for MATCHOBJECTSIZE |