SnowflakeImportCopyCommand Class

Definition

Snowflake import command settings.

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

Constructors

SnowflakeImportCopyCommand()

Initializes a new instance of the SnowflakeImportCopyCommand class.

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

Initializes a new instance of the SnowflakeImportCopyCommand 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": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }

AdditionalProperties

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

(Inherited from ImportSettings)

Applies to