DelimitedTextWriteSettings interface
Delimited text write settings.
- Extends
Properties
file |
The file extension used to create the files. Type: string (or Expression with resultType string). |
file |
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string). |
max |
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer). |
quote |
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"