SnowflakeImportCopyCommand Class

Definition

Snowflake import command settings.

public class SnowflakeImportCopyCommand : Azure.ResourceManager.DataFactory.Models.ImportSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SnowflakeImportCopyCommand>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SnowflakeImportCopyCommand>
public class SnowflakeImportCopyCommand : Azure.ResourceManager.DataFactory.Models.ImportSettings
type SnowflakeImportCopyCommand = class
    inherit ImportSettings
    interface IJsonModel<SnowflakeImportCopyCommand>
    interface IPersistableModel<SnowflakeImportCopyCommand>
type SnowflakeImportCopyCommand = class
    inherit ImportSettings
Public Class SnowflakeImportCopyCommand
Inherits ImportSettings
Implements IJsonModel(Of SnowflakeImportCopyCommand), IPersistableModel(Of SnowflakeImportCopyCommand)
Public Class SnowflakeImportCopyCommand
Inherits ImportSettings
Inheritance
SnowflakeImportCopyCommand
Implements

Constructors

SnowflakeImportCopyCommand()

Initializes a new instance of SnowflakeImportCopyCommand.

Properties

AdditionalCopyOptions

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

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
AdditionalFormatOptions

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

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
(Inherited from ImportSettings)

Explicit Interface Implementations

IJsonModel<ImportSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ImportSettings)
IJsonModel<ImportSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ImportSettings)
IJsonModel<SnowflakeImportCopyCommand>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SnowflakeImportCopyCommand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImportSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ImportSettings)
IPersistableModel<ImportSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ImportSettings)
IPersistableModel<ImportSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ImportSettings)
IPersistableModel<SnowflakeImportCopyCommand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SnowflakeImportCopyCommand>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SnowflakeImportCopyCommand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to