Class BucketInfo.DeleteRule (2.2.3)

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.

Inheritance

Object > BucketInfo.DeleteRule

Implements

Serializable

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
Name Description
obj 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