github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/StagingMetadata.md (about)

     1  
     2  
     3  # StagingMetadata
     4  
     5  information about uploaded object
     6  
     7  ## Properties
     8  
     9  Name | Type | Description | Notes
    10  ------------ | ------------- | ------------- | -------------
    11  **staging** | [**StagingLocation**](StagingLocation.md) |  | 
    12  **checksum** | **String** | unique identifier of object content on backing store (typically ETag) | 
    13  **sizeBytes** | **Long** |  | 
    14  **userMetadata** | **Map<String, String>** |  |  [optional]
    15  **contentType** | **String** | Object media type |  [optional]
    16  **force** | **Boolean** |  |  [optional]
    17  
    18  
    19