BlobStorageResourceOptions Class

Definition

Optional parameters for all Blob Storage resource types.

public class BlobStorageResourceOptions
type BlobStorageResourceOptions = class
Public Class BlobStorageResourceOptions
Inheritance
BlobStorageResourceOptions
Derived

Constructors

BlobStorageResourceOptions()

Default constructor.

Properties

AccessTier

Optional. See AccessTier. Indicates the access tier to be set on the destination blob.

Access Tier is automatically preserved during blob to blob copies.

Applies to upload and copy transfers. Also respective Tier Values applies only to Block or Page Blobs.

CacheControl

Optional. Sets the Cache Control header which specifies directives for caching mechanisms.

By default preserves the Cache Control from the source.

Applies to upload and copy transfers.

ContentDisposition

Optional. Sets the Content Disposition header which conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified.

By default preserves the Content Disposition from the source.

Applies to upload and copy transfers.

ContentEncoding

Optional. Sets the Content Encoding header which specifies which content encodings have been applied to the blob. This value is returned to the client when the Get Blob operation is performed on the blob resource. The client can use this value when returned to decode the blob content.

By default preserves the Content Encoding from the source.

Applies to upload and copy transfers.

ContentLanguage

Optional. Sets the Content Language header which specifies the natural languages used by this resource.

By default preserves the Content Language from the source.

Applies to upload and copy transfers.

ContentType

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.

Metadata

Optional. For transferring metadata from the source to the destination storage resource.

By default preserves the metadata from the source.

Applies to upload and copy transfers.

Applies to