Sdílet prostřednictvím


DelimitedTextDataset interface

Delimited text dataset.

Extends

Properties

columnDelimiter

The column delimiter. Type: string (or Expression with resultType string).

compressionCodec

The data compressionCodec. Type: string (or Expression with resultType string).

compressionLevel

The data compression method used for DelimitedText.

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).

location

The location of the delimited text storage.

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).

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

annotations

List of tags that can be used for describing the Dataset.

description

Dataset description.

folder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

linkedServiceName

Linked service reference.

parameters

Parameters for dataset.

schema

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

structure

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

Property Details

columnDelimiter

The column delimiter. Type: string (or Expression with resultType string).

columnDelimiter?: any

Property Value

any

compressionCodec

The data compressionCodec. Type: string (or Expression with resultType string).

compressionCodec?: any

Property Value

any

compressionLevel

The data compression method used for DelimitedText.

compressionLevel?: any

Property Value

any

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).

encodingName?: any

Property Value

any

escapeChar

The escape character. Type: string (or Expression with resultType string).

escapeChar?: any

Property Value

any

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).

firstRowAsHeader?: any

Property Value

any

location

The location of the delimited text storage.

location?: DatasetLocationUnion

Property Value

nullValue

The null value string. Type: string (or Expression with resultType string).

nullValue?: any

Property Value

any

quoteChar

The quote character. Type: string (or Expression with resultType string).

quoteChar?: any

Property Value

any

rowDelimiter

The row delimiter. Type: string (or Expression with resultType string).

rowDelimiter?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "DelimitedText"

Property Value

"DelimitedText"

Inherited Property Details

annotations

List of tags that can be used for describing the Dataset.

annotations?: any[]

Property Value

any[]

Inherited From Dataset.annotations

description

Dataset description.

description?: string

Property Value

string

Inherited From Dataset.description

folder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

folder?: DatasetFolder

Property Value

Inherited From Dataset.folder

linkedServiceName

Linked service reference.

linkedServiceName: LinkedServiceReference

Property Value

Inherited From Dataset.linkedServiceName

parameters

Parameters for dataset.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From Dataset.parameters

schema

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

schema?: any

Property Value

any

Inherited From Dataset.schema

structure

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

structure?: any

Property Value

any

Inherited From Dataset.structure