BlobStorageResourceOptions.ContentType Property

Definition

Optional. Sets the Content Type header which specifies the MIME content type of the blob.

By default preserves the Content Type from the source.

Applies to upload and copy transfers.

public Azure.Storage.DataMovement.DataTransferProperty<string> ContentType { get; set; }
member this.ContentType : Azure.Storage.DataMovement.DataTransferProperty<string> with get, set
Public Property ContentType As DataTransferProperty(Of String)

Property Value

Applies to