JsonFormat.JsonPathDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The JSONPath definition for each column mapping with a customized column name to extract data from JSON file. For fields under root object, start with "$"; for fields inside the array chosen by jsonNodeReference property, start from the array element. Example: {"Column1": "$.Column1Path", "Column2": "Column2PathInArray"}. Type: object (or Expression with resultType object).
public object JsonPathDefinition { get; set; }
member this.JsonPathDefinition : obj with get, set
Public Property JsonPathDefinition As Object
Property Value
Applies to
Azure SDK for .NET