InitializeFileBlocksDownloadResponse ComplexType
Contains the response from the InitializeFileBlocksDownload action.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
FileContinuationToken | Edm.String |
A token that uniquely identifies a sequence of related data blocks. |
FileName | Edm.String |
The name of the stored file. |
FileSizeInBytes | Edm.Int64 |
The size of the data file in bytes. |
IsChunkingSupported | Edm.Boolean |
Indicates whether this file can be downloaded in chunks. When false, the file must be downloaded in full. |
Used by
The following use the InitializeFileBlocksDownloadResponse ComplexType.
Name | How used |
---|---|
InitializeFileBlocksDownload | ReturnType |