Response for CreateMultipartUploadUrls.

interface ICreateMultipartUploadUrlsResponse {
    uploadId?: string;
    urls?: string[];
}

Implemented by

Properties

Properties

uploadId?: string

A unique identifier for the whole upload process.

urls?: string[]

A list of URLs to which the file chunk should be written.