Click or drag to resize

UploadDirectoryOptionsBlobType Property

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.

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public BlobType BlobType { get; set; }

Property Value

Type: BlobType
See Also