public abstract static class Bucket.LifeCycle.Rule.Condition extends Object
| Constructor and Description |
|---|
Bucket.LifeCycle.Rule.Condition() |
| Modifier and Type | Method and Description |
|---|---|
abstract Integer |
age() |
static Bucket.LifeCycle.Rule.Condition |
create(Integer age,
Date createdBefore,
Boolean isLive,
Integer numNewerVersions) |
abstract Date |
createdBefore() |
abstract Boolean |
isLive() |
abstract Integer |
numNewerVersions() |
public static Bucket.LifeCycle.Rule.Condition create(Integer age, Date createdBefore, Boolean isLive, Integer numNewerVersions)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.