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

     1  
     2  
     3  # RepositoryCreation
     4  
     5  
     6  ## Properties
     7  
     8  | Name | Type | Description | Notes |
     9  |------------ | ------------- | ------------- | -------------|
    10  |**name** | **String** |  |  |
    11  |**storageNamespace** | **String** | Filesystem URI to store the underlying data in (e.g. \"s3://my-bucket/some/path/\") |  |
    12  |**defaultBranch** | **String** |  |  [optional] |
    13  |**sampleData** | **Boolean** |  |  [optional] |
    14  |**readOnly** | **Boolean** |  |  [optional] |
    15  
    16  
    17