CsvSerialization interface
Describes how data from an input is serialized or how data is serialized when written to an output in CSV format.
- Extends
Properties
encoding | Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. |
field |
Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
encoding
Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
encoding?: string
Property Value
string
fieldDelimiter
Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
fieldDelimiter?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Csv"
Property Value
"Csv"