Class BucketInfo.DeleteRule

java.lang.Object
com.google.cloud.storage.BucketInfo.DeleteRule
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BucketInfo.AgeDeleteRule, BucketInfo.CreatedBeforeDeleteRule, BucketInfo.IsLiveDeleteRule, BucketInfo.NumNewerVersionsDeleteRule
Enclosing class:
BucketInfo

@Deprecated public abstract static class BucketInfo.DeleteRule extends Object implements Serializable
Deprecated.
Use a LifecycleRule with a DeleteLifecycleAction and a LifecycleCondition which is equivalent to a subclass of DeleteRule instead.
Base class for bucket's delete rules. Allows to configure automatic deletion of blobs and blobs versions.
See Also: