Bagikan melalui


SnowflakeExportCopyCommand Class

Definition

Snowflake export command settings.

public class SnowflakeExportCopyCommand : Microsoft.Azure.Management.DataFactory.Models.ExportSettings
type SnowflakeExportCopyCommand = class
    inherit ExportSettings
Public Class SnowflakeExportCopyCommand
Inherits ExportSettings
Inheritance
SnowflakeExportCopyCommand

Constructors

SnowflakeExportCopyCommand()

Initializes a new instance of the SnowflakeExportCopyCommand class.

SnowflakeExportCopyCommand(IDictionary<String,Object>, IDictionary<String,Object>, IDictionary<String,Object>)

Initializes a new instance of the SnowflakeExportCopyCommand class.

Properties

AdditionalCopyOptions

Gets or sets 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'" }

AdditionalFormatOptions

Gets or sets 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'" }

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from ExportSettings)

Applies to