UploadBlobs

Calling this method uploads a blob into blob storage.

Method Name:

UploadBlob

Payload:

The direct command requires the following properties:

  • CloudContainerSasUrl: Connection to the blob storage account

  • SourceContainer: Name of the container to upload to

  • SourceBlobFilePath: Path of the blob to upload

Return value

The direct command returns an OperationResult that indicates either success or failure.

Last updated

Was this helpful?