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

     1  
     2  
     3  # Repository
     4  
     5  
     6  ## Properties
     7  
     8  | Name | Type | Description | Notes |
     9  |------------ | ------------- | ------------- | -------------|
    10  |**id** | **String** |  |  |
    11  |**creationDate** | **Long** | Unix Epoch in seconds |  |
    12  |**defaultBranch** | **String** |  |  |
    13  |**storageNamespace** | **String** | Filesystem URI to store the underlying data in (e.g. \"s3://my-bucket/some/path/\") |  |
    14  |**readOnly** | **Boolean** | Whether the repository is a read-only repository- not relevant for bare repositories |  [optional] |
    15  
    16  
    17