UploadBlock Action

Uploads a block of data to storage.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
BlockId
Edm.String False False A unique identifier for the block of data.
BlockData
Edm.Binary False True The data block to upload. The data block can be up to 4MB in size.
FileContinuationToken
Edm.String False False A token that uniquely identifies a sequence of related data uploads.

See also