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

     1  # \MetadataApi
     2  
     3  All URIs are relative to */api/v1*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**get_meta_range**](MetadataApi.md#get_meta_range) | **GET** /repositories/{repository}/metadata/meta_range/{meta_range} | return URI to a meta-range file
     8  [**get_range**](MetadataApi.md#get_range) | **GET** /repositories/{repository}/metadata/range/{range} | return URI to a range file
     9  
    10  
    11  
    12  ## get_meta_range
    13  
    14  > models::StorageUri get_meta_range(repository, meta_range)
    15  return URI to a meta-range file
    16  
    17  ### Parameters
    18  
    19  
    20  Name | Type | Description  | Required | Notes
    21  ------------- | ------------- | ------------- | ------------- | -------------
    22  **repository** | **String** |  | [required] |
    23  **meta_range** | **String** |  | [required] |
    24  
    25  ### Return type
    26  
    27  [**models::StorageUri**](StorageURI.md)
    28  
    29  ### Authorization
    30  
    31  [basic_auth](../README.md#basic_auth), [cookie_auth](../README.md#cookie_auth), [oidc_auth](../README.md#oidc_auth), [saml_auth](../README.md#saml_auth), [jwt_token](../README.md#jwt_token)
    32  
    33  ### HTTP request headers
    34  
    35  - **Content-Type**: Not defined
    36  - **Accept**: application/json
    37  
    38  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    39  
    40  
    41  ## get_range
    42  
    43  > models::StorageUri get_range(repository, range)
    44  return URI to a range file
    45  
    46  ### Parameters
    47  
    48  
    49  Name | Type | Description  | Required | Notes
    50  ------------- | ------------- | ------------- | ------------- | -------------
    51  **repository** | **String** |  | [required] |
    52  **range** | **String** |  | [required] |
    53  
    54  ### Return type
    55  
    56  [**models::StorageUri**](StorageURI.md)
    57  
    58  ### Authorization
    59  
    60  [basic_auth](../README.md#basic_auth), [cookie_auth](../README.md#cookie_auth), [oidc_auth](../README.md#oidc_auth), [saml_auth](../README.md#saml_auth), [jwt_token](../README.md#jwt_token)
    61  
    62  ### HTTP request headers
    63  
    64  - **Content-Type**: Not defined
    65  - **Accept**: application/json
    66  
    67  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    68