SnowflakeExportCopyCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET