DelimitedTextWriteSettingsResponse

data class DelimitedTextWriteSettingsResponse(val fileExtension: Any, val fileNamePrefix: Any? = null, val maxRowsPerFile: Any? = null, val quoteAllText: Any? = null, val type: String)

Delimited text write settings.

Constructors

Link copied to clipboard
constructor(fileExtension: Any, fileNamePrefix: Any? = null, maxRowsPerFile: Any? = null, quoteAllText: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val fileNamePrefix: Any? = null

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

Link copied to clipboard
val maxRowsPerFile: Any? = null

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

Link copied to clipboard
val quoteAllText: Any? = null

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

Link copied to clipboard

The write setting type. Expected value is 'DelimitedTextWriteSettings'.