Package io.lakefs.clients.api.model
Class GarbageCollectionConfig
- java.lang.Object
-
- io.lakefs.clients.api.model.GarbageCollectionConfig
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class GarbageCollectionConfig extends ObjectGarbageCollectionConfig
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_GRACE_PERIOD
-
Constructor Summary
Constructors Constructor Description GarbageCollectionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetGracePeriod()Duration in seconds.GarbageCollectionConfiggracePeriod(Integer gracePeriod)inthashCode()voidsetGracePeriod(Integer gracePeriod)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_GRACE_PERIOD
public static final String SERIALIZED_NAME_GRACE_PERIOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
gracePeriod
public GarbageCollectionConfig gracePeriod(Integer gracePeriod)
-
getGracePeriod
@Nullable public Integer getGracePeriod()
Duration in seconds. Objects created in the recent grace_period will not be collected.- Returns:
- gracePeriod
-
setGracePeriod
public void setGracePeriod(Integer gracePeriod)
-
-