github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/RepositoryCreation.md (about) 1 # RepositoryCreation 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **name** | **String** | | 8 **storage_namespace** | **String** | Filesystem URI to store the underlying data in (e.g. \"s3://my-bucket/some/path/\") | 9 **default_branch** | Option<**String**> | | [optional] 10 **sample_data** | Option<**bool**> | | [optional][default to false] 11 **read_only** | Option<**bool**> | | [optional][default to false] 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15