Stratal API Reference
    Preparing search index...

    Interface ListMultipartUploadsResult

    Result of listing multipart uploads

    interface ListMultipartUploadsResult {
        isTruncated: boolean;
        nextKeyMarker?: string;
        nextUploadIdMarker?: string;
        uploads: MultipartUploadInfo[];
    }
    Index

    Properties

    isTruncated: boolean

    Whether there are more uploads

    nextKeyMarker?: string

    Marker for next page (key)

    nextUploadIdMarker?: string

    Marker for next page (uploadId)

    List of in-progress uploads