Enum AdfJsonFormatFilePattern
C#
public enum AdfJsonFormatFilePattern
Fields
| 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. |