public static class BucketInfo.IsLiveDeleteRule extends BucketInfo.DeleteRule
Deprecated. Use a LifecycleRule
with a DeleteLifecycleAction
and a condition
LifecycleCondition.Builder.setIsLive
instead.
Delete rule class to distinguish between live and archived blobs. See Also: Object Lifecycle Management
Constructors
IsLiveDeleteRule(boolean isLive) (deprecated)
public IsLiveDeleteRule(boolean isLive)
Creates an IsLiveDeleteRule
object.
Parameter | |
---|---|
Name | Description |
isLive | boolean if set to |
Methods
isLive() (deprecated)
public boolean isLive()
Returns | |
---|---|
Type | Description |
boolean |