TeradataImportCommandArgs

data class TeradataImportCommandArgs(val additionalFormatOptions: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TeradataImportCommandArgs>

Teradata import command settings.

Constructors

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

Properties

Link copied to clipboard
val additionalFormatOptions: Output<Any>? = null

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
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): TeradataImportCommandArgs