github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/RangeMetadata.md (about) 1 2 3 # RangeMetadata 4 5 6 ## Properties 7 8 Name | Type | Description | Notes 9 ------------ | ------------- | ------------- | ------------- 10 **id** | **String** | ID of the range. | 11 **minKey** | **String** | First key in the range. | 12 **maxKey** | **String** | Last key in the range. | 13 **count** | **Integer** | Number of records in the range. | 14 **estimatedSize** | **Integer** | Estimated size of the range in bytes | 15 16 17