github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java/docs/CommitCreation.md (about)

     1  
     2  
     3  # CommitCreation
     4  
     5  
     6  ## Properties
     7  
     8  | Name | Type | Description | Notes |
     9  |------------ | ------------- | ------------- | -------------|
    10  |**message** | **String** |  |  |
    11  |**metadata** | **Map<String, String>** |  |  [optional] |
    12  |**date** | **Long** | set date to override creation date in the commit (Unix Epoch in seconds) |  [optional] |
    13  |**allowEmpty** | **Boolean** | sets whether a commit can contain no changes |  [optional] |
    14  |**force** | **Boolean** |  |  [optional] |
    15  
    16  
    17