Bucket Lifecycle Rule Condition
data class BucketLifecycleRuleCondition(val age: Int? = null, val createdBefore: String? = null, val customTimeBefore: String? = null, val daysSinceCustomTime: Int? = null, val daysSinceNoncurrentTime: Int? = null, val matchesPrefixes: List<String>? = null, val matchesStorageClasses: List<String>? = null, val matchesSuffixes: List<String>? = null, val noncurrentTimeBefore: String? = null, val numNewerVersions: Int? = null, val withState: String? = null)
Constructors
Link copied to clipboard
fun BucketLifecycleRuleCondition(age: Int? = null, createdBefore: String? = null, customTimeBefore: String? = null, daysSinceCustomTime: Int? = null, daysSinceNoncurrentTime: Int? = null, matchesPrefixes: List<String>? = null, matchesStorageClasses: List<String>? = null, matchesSuffixes: List<String>? = null, noncurrentTimeBefore: String? = null, numNewerVersions: Int? = null, withState: String? = null)
Types
Properties
Link copied to clipboard
Storage Class of objects to satisfy this condition. Supported values include: STANDARD
, MULTI_REGIONAL
, REGIONAL
, NEARLINE
, COLDLINE
, ARCHIVE
, DURABLE_REDUCED_AVAILABILITY
.