github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/ObjectStageCreation.md (about) 1 # ObjectStageCreation 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **physical_address** | **String** | | 8 **checksum** | **String** | | 9 **size_bytes** | **i64** | | 10 **mtime** | Option<**i64**> | Unix Epoch in seconds | [optional] 11 **metadata** | Option<**std::collections::HashMap<String, String>**> | | [optional] 12 **content_type** | Option<**String**> | Object media type | [optional] 13 **force** | Option<**bool**> | | [optional][default to false] 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17