AppendBlobStorageResourceOptions Class

Definition

Optional parameters specific to Append Blobs using Azure.Storage.DataMovement.Blobs.AppendBlobStorageResource.

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

Constructors

AppendBlobStorageResourceOptions()

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)
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