Optional
options: TransferFilePoolOptionsAdd a file directly to the pool.
Blob to store to the pool.
Name of the file.
The metadata of the file.
Trigger the download of a file.
Id of the file.
Optional
askFilePartCallback: AskFilePartCallbackCallback function to ask a specific part of a file.
Optional
parallelCalls: numberNumber of parallel calls to perform.
Get informations representing a specific file.
Id of the file.
Informations representing the requested file.
Read a specific part of a file.
Id of the file.
From where to read.
Maximum lenght of data we want to read.
ArrayBuffer containing the requested part of the file.
Receive a specific part of a file.
Id of the file.
From where it was read.
Maximum length of read data.
ArrayBuffer containing the data of defined part of the file.
Store file metadata.
File metadata.
The ID of the file.
Abort the download of a file.