TextFormat Class

Definition

Text format.

public class TextFormat : Microsoft.Azure.Management.DataFactories.Models.StorageFormat
Inheritance

Inherited Members

Microsoft.Azure.Management.DataFactories.Models.StorageFormat

Constructors

TextFormat()

Properties

ColumnDelimiter

The column delimiter.

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.

EscapeChar

The escape character.

FirstRowAsHeader

Optional. When the dataset that this format object is defining is used as input, treat the first row of data as headers, when it's used as output, write the headers into the output as the first row of data.

NullValue

The null value string.

QuoteChar

The quote character.

RowDelimiter

The row delimeter.

SkipLineCount

Optional. The count of lines/rows to be skipped when parsing text files.

TreatEmptyAsNull

Optional. Treat empty column values in the text files as null.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)