Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DelimitedTextWriteSettings

Package version

Delimited text write settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

fileExtension

fileExtension: any

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

Optional fileNamePrefix

fileNamePrefix: any

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

Optional maxRowsPerFile

maxRowsPerFile: any

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

Optional quoteAllText

quoteAllText: any

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

type

type: "DelimitedTextWriteSettings"

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

Generated using TypeDoc