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.

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.

HttpHeaders

Optional. Standard HTTP header properties that can be set for the new blob.

Applies to upload and copy transfers.

(Inherited from BlobStorageResourceOptions)
Metadata

Optional. Defines custom metadata to set on the destination blob.

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.

Tags

Optional. Defines tags to set on the destination blob.

Applies to upload and copy transfers.

(Inherited from BlobStorageResourceOptions)

Applies to