CommitFileBlocksUpload Action
Commits the uploaded data blocks to the file store.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
FileName
|
Edm.String | False | False | A filename to associate with the binary data file. |
MimeType
|
Edm.String | False | False | The MIME type of the uploaded file. |
BlockList
|
Collection( Edm.String ) | False | False | The IDs of the uploaded data blocks, in the correct sequence, that will result in the final data file when the data blocks are combined. |
FileContinuationToken
|
Edm.String | False | False | A token that uniquely identifies a sequence of related data uploads. |
Return type
Type | Nullable | Description |
---|---|---|
CommitFileBlocksUploadResponse | False | Contains the response of the CommitFileBlocksUpload action. |