IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface CompletedMultipartUpload

    The container for the completed multipart upload details.

    interface CompletedMultipartUpload {
        Parts?: CompletedPart[];
    }
    Index

    Properties

    Properties

    Parts?: CompletedPart[]

    Array of CompletedPart data types.

    If you do not supply a valid Part with your request, the service sends back an HTTP 400 response.