Skip to content

Commit 3448a76

Browse files
authored
Merge pull request #90830 from mamccrea/patch-20
Stream Analytics: Add bookmark link to event hubs section
2 parents b297d55 + 62a31c5 commit 3448a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-define-outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You need a few parameters to configure data streams from event hubs as an output
114114
| Event serialization format | The serialization format for output data. JSON, CSV, and Avro are supported. |
115115
| Encoding | For CSV and JSON, UTF-8 is the only supported encoding format at this time. |
116116
| Delimiter | Applicable only for CSV serialization. Stream Analytics supports a number of common delimiters for serializing data in CSV format. Supported values are comma, semicolon, space, tab, and vertical bar. |
117-
| Format | Applicable only for JSON serialization. **Line separated** specifies that the output is formatted by having each JSON object separated by a new line. **Array** specifies that the output is formatted as an array of JSON objects. This array is closed only when the job stops or Stream Analytics has moved on to the next time window. In general, it's preferable to use line-separated JSON, because it doesn't require any special handling while the output file is still being written to. |
117+
| Format | Applicable only for JSON serialization. **Line separated** specifies that the output is formatted by having each JSON object separated by a new line. **Array** specifies that the output is formatted as an array of JSON objects. This array is closed only when the job stops or Stream Analytics has moved on to the next time window. In general, it's preferable to use line-separated JSON, because it doesn't require any special handling while the output file is still being written to. For more information, see the [output batch size](#output-batch-size) section. |
118118
| Property columns | Optional. Comma-separated columns that need to be attached as user properties of the outgoing message instead of the payload. More information about this feature is in the section [Custom metadata properties for output](#custom-metadata-properties-for-output). |
119119

120120
## Power BI

0 commit comments

Comments
 (0)