TextFormat 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.
The data stored in text format.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TextFormat+TextFormatConverter))]
public class TextFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TextFormat+TextFormatConverter))>]
type TextFormat = class
inherit DatasetStorageFormat
Public Class TextFormat
Inherits DatasetStorageFormat
- Inheritance
- Attributes
Constructors
TextFormat() |
Initializes a new instance of TextFormat. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from DatasetStorageFormat) |
ColumnDelimiter |
The column delimiter. Type: string (or Expression with resultType string). |
Deserializer |
Deserializer. Type: string (or Expression with resultType string). (Inherited from DatasetStorageFormat) |
EncodingName |
The code page name of the preferred encoding. If miss, the default value is ΓÇ£utf-8ΓÇ¥, unless BOM denotes another Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string). |
EscapeChar |
The escape character. Type: string (or Expression with resultType string). |
FirstRowAsHeader |
When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean). |
NullValue |
The null value string. Type: string (or Expression with resultType string). |
QuoteChar |
The quote character. Type: string (or Expression with resultType string). |
RowDelimiter |
The row delimiter. Type: string (or Expression with resultType string). |
Serializer |
Serializer. Type: string (or Expression with resultType string). (Inherited from DatasetStorageFormat) |
SkipLineCount |
The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer). |
TreatEmptyAsNull |
Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean). |
Applies to
Azure SDK for .NET