Optional
options: TransferFilePoolOptionsId of the file.
Add a file directly to the pool.
Blob to store to the pool.
Name of the file.
The metadata of the file.
Remove all the data of the file.
Id of the file.
Delete a file from the pool.
Id 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.
Check existance of a file in the pool.
Id of the file.
true if the file exists.
Get the Blob of a specific complete file.
Id of the file.
The Blob of the complete file.
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.