SnowflakeImportCopyCommand 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 import command settings.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SnowflakeImportCopyCommand+SnowflakeImportCopyCommandConverter))]
public class SnowflakeImportCopyCommand : Azure.Analytics.Synapse.Artifacts.Models.ImportSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SnowflakeImportCopyCommand+SnowflakeImportCopyCommandConverter))>]
type SnowflakeImportCopyCommand = class
inherit ImportSettings
Public Class SnowflakeImportCopyCommand
Inherits ImportSettings
- Inheritance
- Attributes
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'" }. |
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'" }. |
AdditionalProperties |
Additional Properties. (Inherited from ImportSettings) |
Applies to
Azure SDK for .NET