BlobCopyFromUriOptions.CopySourceTagsMode Property

Definition

Optional. Note that this option is not applicable to StartCopyFromUri(Uri, BlobCopyFromUriOptions, CancellationToken) and StartCopyFromUriAsync(Uri, BlobCopyFromUriOptions, CancellationToken). If Replace, the tags on the destination blob will be set to Tags. If Copy, the tags on the source blob will be copied to the destination blob. Default is to replace.

public Azure.Storage.Blobs.Models.BlobCopySourceTagsMode? CopySourceTagsMode { get; set; }
member this.CopySourceTagsMode : Nullable<Azure.Storage.Blobs.Models.BlobCopySourceTagsMode> with get, set
Public Property CopySourceTagsMode As Nullable(Of BlobCopySourceTagsMode)

Property Value

Applies to