Bagikan melalui


TabularTranslator.Mappings Property

Definition

Gets or sets column mappings with logical types. Tabular->tabular example: [{"source":{"name":"CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"name":"CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Hierarchical->tabular example: [{"source":{"path":"$.CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"path":"$.CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Type: object (or Expression with resultType object).

[Newtonsoft.Json.JsonProperty(PropertyName="mappings")]
public object Mappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mappings")>]
member this.Mappings : obj with get, set
Public Property Mappings As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to