Description

This interface show the minimum data needed to create a request to delete all chunk from a chunk upload session

Export

Interface

CleanUpChunksRequestOptions

Hierarchy

Properties

action?: string
data: {
    blobStorageProviderName: string;
    chunkedFileUploadSessionId: string;
}

Description

the data needed to construct the request

Memberof

CleanUpChunksRequestOptions

Type declaration

  • blobStorageProviderName: string

    Description

    the target blob storage provider's name

  • chunkedFileUploadSessionId: string

    Description

    the current chunk upload session Id

failureCb?: Function
fallbackProperties?: string[]
key?: string | number
progressCb?: Function
query?: Query
successCb?: Function

Generated using TypeDoc