StorageLensGroupAndOperator
A logical operator that allows multiple filter conditions to be joined for more complex comparisons of Storage Lens group data.
Types
Properties
Link copied to clipboard
Contains a list of prefixes. At least one prefix must be specified. Up to 10 prefixes are allowed.
Link copied to clipboard
Contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes are allowed.
Link copied to clipboard
Contains the list of object tags. At least one object tag must be specified. Up to 10 object tags are allowed.
Link copied to clipboard
Contains DaysGreaterThan
and DaysLessThan
to define the object age range (minimum and maximum number of days).
Link copied to clipboard
Contains BytesGreaterThan
and BytesLessThan
to define the object size range (minimum and maximum number of Bytes).
Functions
Link copied to clipboard
inline fun copy(block: StorageLensGroupAndOperator.Builder.() -> Unit = {}): StorageLensGroupAndOperator