DelimitedTextWriteSettings interface

Delimited text write settings.

Extends

Properties

fileExtension

The file extension used to create the files. Type: string (or Expression with resultType string).

fileNamePrefix

Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).

maxRowsPerFile

Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

quoteAllText

Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).

type

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

Property Details

fileExtension

The file extension used to create the files. Type: string (or Expression with resultType string).

fileExtension: any

Property Value

any

fileNamePrefix

Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).

fileNamePrefix?: any

Property Value

any

maxRowsPerFile

Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

maxRowsPerFile?: any

Property Value

any

quoteAllText

Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).

quoteAllText?: any

Property Value

any

type

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

type: "DelimitedTextWriteSettings"

Property Value

"DelimitedTextWriteSettings"