github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/docs/StagingMetadata.md (about) 1 # StagingMetadata 2 3 information about uploaded object 4 5 ## Properties 6 Name | Type | Description | Notes 7 ------------ | ------------- | ------------- | ------------- 8 **staging** | [**StagingLocation**](StagingLocation.md) | | 9 **checksum** | **str** | unique identifier of object content on backing store (typically ETag) | 10 **size_bytes** | **int** | | 11 **user_metadata** | **{str: (str,)}** | | [optional] 12 **content_type** | **str** | Object media type | [optional] 13 **force** | **bool** | | [optional] if omitted the server will use the default value of False 14 **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] 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18