github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/docs/RangeMetadata.md (about)

     1  # RangeMetadata
     2  
     3  
     4  ## Properties
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **id** | **str** | ID of the range. | 
     8  **min_key** | **str** | First key in the range. | 
     9  **max_key** | **str** | Last key in the range. | 
    10  **count** | **int** | Number of records in the range. | 
    11  **estimated_size** | **int** | Estimated size of the range in bytes | 
    12  **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16