BucketLifecycleRuleFilter

data class BucketLifecycleRuleFilter(val not: BucketLifecycleRuleFilterNot? = null, val objectSizeGreaterThan: Int? = null, val objectSizeLessThan: Int? = null)

Constructors

Link copied to clipboard
constructor(not: BucketLifecycleRuleFilterNot? = null, objectSizeGreaterThan: Int? = null, objectSizeLessThan: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The condition that is matched by objects to which the lifecycle rule does not apply. See not below.

Link copied to clipboard

Minimum object size (in bytes) to which the rule applies.

Link copied to clipboard
val objectSizeLessThan: Int? = null

Maximum object size (in bytes) to which the rule applies.