TeradataImportCommandResponse

data class TeradataImportCommandResponse(val additionalFormatOptions: Any? = null, val type: String)

Teradata import command settings.

Constructors

Link copied to clipboard
constructor(additionalFormatOptions: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }

Link copied to clipboard

The import setting type. Expected value is 'TeradataImportCommand'.