CsvSerialization Class
- java.
lang. Object - Serialization
- com.
microsoft. azure. management. streamanalytics. CsvSerialization
- com.
public class CsvSerialization extends Serialization
Describes how data from an input is serialized or how data is serialized when written to an output in CSV format.
Method Summary
Modifier and Type | Method and Description |
---|---|
Encoding |
encoding()
Get the encoding value. |
String |
fieldDelimiter()
Get the fieldDelimiter value. |
Csv |
withEncoding(Encoding encoding)
Set the encoding value. |
Csv |
withFieldDelimiter(String fieldDelimiter)
Set the fieldDelimiter value. |
Method Details
encoding
public Encoding encoding()
Get the encoding value.
Returns:
the encoding value
fieldDelimiter
public String fieldDelimiter()
Get the fieldDelimiter value.
Returns:
the fieldDelimiter value
withEncoding
public CsvSerialization withEncoding(Encoding encoding)
Set the encoding value.
Parameters:
encoding
- the encoding value to set
Returns:
the CsvSerialization object itself.
withFieldDelimiter
public CsvSerialization withFieldDelimiter(String fieldDelimiter)
Set the fieldDelimiter value.
Parameters:
fieldDelimiter
- the fieldDelimiter value to set
Returns:
the CsvSerialization object itself.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java