UploadDirectoryOptions.BlobType Property
Updated: January 5, 2017
Gets or sets type of destination blob. This option takes effect only when uploading to Azure blob storage. If blob type is not specified, BlockBlob is used.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public BlobType BlobType { get; set; }
Property Value
Type: Microsoft.WindowsAzure.Storage.Blob.BlobType
Show: