SnowflakeExportCopyCommand Class

Definition

Snowflake export command settings.

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

Constructors

SnowflakeExportCopyCommand()

Initializes a new instance of SnowflakeExportCopyCommand.

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": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'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 ExportSettings)

Explicit Interface Implementations

IJsonModel<ExportSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExportSettings)
IJsonModel<SnowflakeExportCopyCommand>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SnowflakeExportCopyCommand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ExportSettings)
IPersistableModel<SnowflakeExportCopyCommand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SnowflakeExportCopyCommand>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SnowflakeExportCopyCommand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to