Bagikan melalui


BlobSink.Metadata Property

Definition

Gets or sets specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).

[Newtonsoft.Json.JsonProperty(PropertyName="metadata")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.MetadataItem> Metadata { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metadata")>]
member this.Metadata : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.MetadataItem> with get, set
Public Property Metadata As IList(Of MetadataItem)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to