github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/CompletePresignMultipartUpload.md (about) 1 2 3 # CompletePresignMultipartUpload 4 5 6 ## Properties 7 8 Name | Type | Description | Notes 9 ------------ | ------------- | ------------- | ------------- 10 **physicalAddress** | **String** | | 11 **parts** | [**List<UploadPart>**](UploadPart.md) | List of uploaded parts, should be ordered by ascending part number | 12 **userMetadata** | **Map<String, String>** | | [optional] 13 **contentType** | **String** | Object media type | [optional] 14 15 16