PageBlobStorageResourceOptions Class

Definition

Optional parameters specific to Page Blobs using Azure.Storage.DataMovement.Blobs.PageBlobStorageResource.

public class PageBlobStorageResourceOptions : Azure.Storage.DataMovement.Blobs.BlobStorageResourceOptions
type PageBlobStorageResourceOptions = class
    inherit BlobStorageResourceOptions
Public Class PageBlobStorageResourceOptions
Inherits BlobStorageResourceOptions
Inheritance
PageBlobStorageResourceOptions

Constructors

PageBlobStorageResourceOptions()

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.

(Inherited from BlobStorageResourceOptions)
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.

(Inherited from BlobStorageResourceOptions)
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.

(Inherited from BlobStorageResourceOptions)
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.

(Inherited from BlobStorageResourceOptions)
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.

(Inherited from BlobStorageResourceOptions)
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.

(Inherited from BlobStorageResourceOptions)
DestinationConditions

Optional BlobRequestConditions. Access conditions on the copying of data to this blob.

Applies to copy and upload 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.

(Inherited from BlobStorageResourceOptions)
SequenceNumber

Optional. User-controlled value that you can use to track requests. The value of the SequenceNumber must be between 0 and 2^63 - 1. The default value is 0.

Applies to copy and upload transfers.

SourceConditions

Optional. See BlobRequestConditions. Access conditions on the copying of data from this source storage resource blob.

Applies to copy and download transfers.

Applies to