Share via


BlobSyncUploadFromUriOptions.CopySourceTagsMode Property

Definition

Optional. Indicates if the source blob's tags should be copied to the destination blob, or replaced on the destination blob with the tags specified by Tags. 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