Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SnowflakeExportCopyCommand

Package version

Snowflake export command settings.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional additionalCopyOptions

additionalCopyOptions: undefined | {}

Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }

Optional additionalFormatOptions

additionalFormatOptions: undefined | {}

Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }

type

type: "SnowflakeExportCopyCommand"

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

Generated using TypeDoc