Csv Serialization Response
data class CsvSerializationResponse(val encoding: String? = null, val fieldDelimiter: String? = null, val type: String)
Describes how data from an input is serialized or how data is serialized when written to an output in CSV format.
Constructors
Link copied to clipboard
fun CsvSerializationResponse(encoding: String? = null, fieldDelimiter: String? = null, type: String)
Types
Properties
Link copied to clipboard
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.