AdfDataflowParseJsonDocumentForm Enumeration
Provides the document type of the input stream for a Parse transformation in Dataflow.
Enumeration Values
Name | Summary |
---|---|
SingleDocument | One json object in a document. |
DocumentPerLine | Each line is a json object. |
ArrayOfDocuments | Source contains a json array with each member being a json object. |