DownloadBlock Action
Downloads a data block.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Offset
|
Edm.Int64 | False | True | The offset (in bytes) from the beginning of the block to the first byte of data in the block. |
BlockLength
|
Edm.Int64 | False | True | The size of the block in bytes. |
FileContinuationToken
|
Edm.String | False | False | A token that uniquely identifies a sequence of related data blocks. |
Return type
Type | Nullable | Description |
---|---|---|
DownloadBlockResponse | False | Contains the response of the DownloadBlock action. |