Uses of Class
io.lakefs.clients.sdk.model.GarbageCollectionRule
-
Packages that use GarbageCollectionRule Package Description io.lakefs.clients.sdk.model -
-
Uses of GarbageCollectionRule in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return GarbageCollectionRule Modifier and Type Method Description GarbageCollectionRuleGarbageCollectionRule. branchId(String branchId)static GarbageCollectionRuleGarbageCollectionRule. fromJson(String jsonString)Create an instance of GarbageCollectionRule given an JSON stringGarbageCollectionRuleGarbageCollectionRule. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.GarbageCollectionRuleGarbageCollectionRule. retentionDays(Integer retentionDays)Methods in io.lakefs.clients.sdk.model that return types with arguments of type GarbageCollectionRule Modifier and Type Method Description List<GarbageCollectionRule>GarbageCollectionRules. getBranches()Get branchesMethods in io.lakefs.clients.sdk.model with parameters of type GarbageCollectionRule Modifier and Type Method Description GarbageCollectionRulesGarbageCollectionRules. addBranchesItem(GarbageCollectionRule branchesItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type GarbageCollectionRule Modifier and Type Method Description GarbageCollectionRulesGarbageCollectionRules. branches(List<GarbageCollectionRule> branches)voidGarbageCollectionRules. setBranches(List<GarbageCollectionRule> branches)
-