UploadDirectoryOptions.BlobType Property

Definition

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.

public Microsoft.Azure.Storage.Blob.BlobType BlobType { get; set; }
member this.BlobType : Microsoft.Azure.Storage.Blob.BlobType with get, set
Public Property BlobType As BlobType

Property Value

Applies to