SnowflakeExportCopyCommand Class

Snowflake export command settings.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.ExportSettings
SnowflakeExportCopyCommand

Constructor

SnowflakeExportCopyCommand(*, additional_properties: Optional[Dict[str, Any]] = None, additional_copy_options: Optional[Dict[str, Any]] = None, additional_format_options: Optional[Dict[str, Any]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. The export setting type.Constant filled by server.

additional_copy_options
dict[str, any]

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'" }.

additional_format_options
dict[str, any]

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'" }.