Class BucketInfo.DeleteRule (2.37.0)

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
Name Description
o Object
Returns
Type Description
boolean
Overrides

getType() (deprecated)

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

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides