View on GitHub

lakeFS

lakeFS - Data version control for your data lake | Git for data

GarbageCollectionRule

Properties

Name Type Description Notes
branch_id str    
retention_days int    

Example

from lakefs_sdk.models.garbage_collection_rule import GarbageCollectionRule

# TODO update the JSON string below
json = "{}"
# create an instance of GarbageCollectionRule from a JSON string
garbage_collection_rule_instance = GarbageCollectionRule.from_json(json)
# print the JSON string representation of the object
print GarbageCollectionRule.to_json()

# convert the object into a dict
garbage_collection_rule_dict = garbage_collection_rule_instance.to_dict()
# create an instance of GarbageCollectionRule from a dict
garbage_collection_rule_form_dict = garbage_collection_rule.from_dict(garbage_collection_rule_dict)

[Back to Model list] [Back to API list] [Back to README]