Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentChunks
Information about the status of multiple chunks of file data
Parameters
Name Type Description

chunks

List(DocumentChunk)

Not null
Default value: new ArrayList<>()

The chunks that make up this file

Json Format
{
chunks: List(
{
size: long,
start: long,
hash: String
})
}