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.
public class SnowflakeImportCopyCommand : Microsoft.Azure.Management.DataFactory.Models.ImportSettings
type SnowflakeImportCopyCommand = class
inherit ImportSettings
Public Class SnowflakeImportCopyCommand
Inherits ImportSettings
- Inheritance
Constructors
SnowflakeImportCopyCommand() |
Initializes a new instance of the SnowflakeImportCopyCommand class. |
SnowflakeImportCopyCommand(IDictionary<String,Object>, IDictionary<String,Object>, IDictionary<String,Object>) |
Initializes a new instance of the SnowflakeImportCopyCommand class. |
Properties
AdditionalCopyOptions |
Gets or sets 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 |
Gets or sets 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 |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from ImportSettings) |
Applies to
Azure SDK for .NET