Cloud.Service.Azure.Storage.Blob
{
"account": "string",
"attempts": 0,
"content_type": "string",
"count": 0,
"name": "string",
"parallelism": 0,
"resource_group_name": "string",
"size": 0,
"source": "string",
"source_uri": "string",
"storage_account_name": "string",
"storage_container_name": "string",
"type": "string",
"url": "string"
}
(Required) The name of the Microsoft Azure cloud account to use for this resource
Number of upload attempts to make per page or block. Default is 1.
Content type of the storage blob. Default is application/octet-stream. Cannot be used with source_uri.
The number of resource instances to be created.
(Required) Storage blob name. Must be unique in the storage container in which the blob is located.
For concurrent uploads, number of workers to run per CPU core. Default is 8.
(Required) Resource group in which to create the blob.
For page blobs, size of the blob to create, in bytes. Must be a multiple of 512. Default is 0.
Absolute path to a source blob file on the local system. Cannot be used with source_uri.
URI to an existing blob, or a file in the Azure file service, to use as the source contents. Cannot be used with source.
(Required) Storage account in which to create the blob.
(Required) Storage container in which to create the blob.
Kind of storage blob to create: block or page. Used when not copying from an existing blob.
URL to the binary large object (blob).