BucketLifecycleRuleCondition constructor
BucketLifecycleRuleCondition({
- int? age,
- DateTime? createdBefore,
- DateTime? customTimeBefore,
- int? daysSinceCustomTime,
- int? daysSinceNoncurrentTime,
- bool? isLive,
- String? matchesPattern,
- List<
String> ? matchesPrefix, - List<
String> ? matchesStorageClass, - List<
String> ? matchesSuffix, - DateTime? noncurrentTimeBefore,
- int? numNewerVersions,
Implementation
BucketLifecycleRuleCondition({
this.age,
this.createdBefore,
this.customTimeBefore,
this.daysSinceCustomTime,
this.daysSinceNoncurrentTime,
this.isLive,
this.matchesPattern,
this.matchesPrefix,
this.matchesStorageClass,
this.matchesSuffix,
this.noncurrentTimeBefore,
this.numNewerVersions,
});