FileChunk interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

File chunks an output of getDragAndDropFiles API from platform

Properties

chunk

Base 64 data for the requested uri

chunkSequence

chunk sequence number

endOfFile

Indicates whether this chunk is the final segment of a file

Property Details

chunk

Base 64 data for the requested uri

chunk: string

Property Value

string

chunkSequence

chunk sequence number

chunkSequence: number

Property Value

number

endOfFile

Indicates whether this chunk is the final segment of a file

endOfFile: boolean

Property Value

boolean