github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/docs/CommitCreation.md (about) 1 # CommitCreation 2 3 4 ## Properties 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **message** | **str** | | 8 **metadata** | **{str: (str,)}** | | [optional] 9 **date** | **int** | set date to override creation date in the commit (Unix Epoch in seconds) | [optional] 10 **allow_empty** | **bool** | sets whether a commit can contain no changes | [optional] if omitted the server will use the default value of False 11 **force** | **bool** | | [optional] if omitted the server will use the default value of False 12 **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 13 14 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 16