github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/Repository.md (about) 1 # Repository 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **id** | **String** | | 8 **creation_date** | **i64** | Unix Epoch in seconds | 9 **default_branch** | **String** | | 10 **storage_namespace** | **String** | Filesystem URI to store the underlying data in (e.g. \"s3://my-bucket/some/path/\") | 11 **read_only** | Option<**bool**> | Whether the repository is a read-only repository- not relevant for bare repositories | [optional] 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