Description

This interface shows the minimum data needed to create request to get the chunk upload information for the current library from the server

Export

Interface

GetChunkUploadInfoRequestOptions

Hierarchy

Properties

action?: string
data: {
    libraryId: string;
}

Description

the data needed to construct the request

Memberof

GetChunkUploadInfoRequestOptions

Type declaration

  • libraryId: string

    Description

    the parent library (not folder) in which the file will be uploaded to

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

Generated using TypeDoc