Enum AdfJsonFormatFilePattern
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfJsonFormatFilePattern
Fields
Fields | Description |
---|---|
ArrayOfObjects | Specifies that a single JSON array is present at the root of the JSON file. |
SetOfObjects | Specifies that one or more JSON object definitions are present at the root level of the JSON file. |