SnowflakeExportCopyCommand Class

Definition

Snowflake export command settings.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SnowflakeExportCopyCommand+SnowflakeExportCopyCommandConverter))]
public class SnowflakeExportCopyCommand : Azure.Analytics.Synapse.Artifacts.Models.ExportSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SnowflakeExportCopyCommand+SnowflakeExportCopyCommandConverter))>]
type SnowflakeExportCopyCommand = class
    inherit ExportSettings
Public Class SnowflakeExportCopyCommand
Inherits ExportSettings
Inheritance
SnowflakeExportCopyCommand
Attributes

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

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

AdditionalProperties

Additional Properties.

(Inherited from ExportSettings)

Applies to