Class BucketInfo.DeleteRule (2.36.1)

public abstract static class BucketInfo.DeleteRule 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: Object Lifecycle Management

Inheritance

Object > BucketInfo.DeleteRule

Implements

Serializable

Methods

equals(Object o) (deprecated)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getType() (deprecated)

public BucketInfo.DeleteRule.Type getType()
Returns
TypeDescription
BucketInfo.DeleteRule.Type

hashCode() (deprecated)

public int hashCode()
Returns
TypeDescription
int
Overrides