CsvSerialization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes how data from an input is serialized or how data is serialized when written to an output in CSV format.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Csv")]
public class CsvSerialization : Microsoft.Azure.Management.StreamAnalytics.Models.Serialization
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Csv")>]
type CsvSerialization = class
inherit Serialization
Public Class CsvSerialization
Inherits Serialization
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
CsvSerialization() |
Initializes a new instance of the CsvSerialization class. |
CsvSerialization(String, String) |
Initializes a new instance of the CsvSerialization class. |
Properties
Encoding |
Gets or sets 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. Possible values include: 'UTF8' |
FieldDelimiter |
Gets or sets 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. |
Applies to
Azure SDK for .NET