github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/RangeMetadata.md (about) 1 # RangeMetadata 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **id** | **String** | ID of the range. | 8 **min_key** | **String** | First key in the range. | 9 **max_key** | **String** | Last key in the range. | 10 **count** | **i32** | Number of records in the range. | 11 **estimated_size** | **i32** | Estimated size of the range in bytes | 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