CopyDirectoryOptions.BlobType Property
Updated: January 5, 2017
Gets or sets type of destination blob. This option takes effect only when copying from non Azure blob storage 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: