Sdílet prostřednictvím


ShareFileStorageResourceOptions.FileMetadata Property

Definition

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

Applies to upload and copy transfers.

Preserves Metdata from the source by default.

public Azure.Storage.DataMovement.DataTransferProperty<System.Collections.Generic.IDictionary<string,string>> FileMetadata { get; set; }
member this.FileMetadata : Azure.Storage.DataMovement.DataTransferProperty<System.Collections.Generic.IDictionary<string, string>> with get, set
Public Property FileMetadata As DataTransferProperty(Of IDictionary(Of String, String))

Property Value

Applies to