github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/StagingMetadata.md (about) 1 # StagingMetadata 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **staging** | [**models::StagingLocation**](StagingLocation.md) | | 8 **checksum** | **String** | unique identifier of object content on backing store (typically ETag) | 9 **size_bytes** | **i64** | | 10 **user_metadata** | Option<**std::collections::HashMap<String, String>**> | | [optional] 11 **content_type** | Option<**String**> | Object media type | [optional] 12 **force** | Option<**bool**> | | [optional][default to false] 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