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.
public class SnowflakeExportCopyCommand : Microsoft.Azure.Management.DataFactory.Models.ExportSettings
type SnowflakeExportCopyCommand = class
inherit ExportSettings
Public Class SnowflakeExportCopyCommand
Inherits ExportSettings
- Inheritance
Constructors
SnowflakeExportCopyCommand() |
Initializes a new instance of the SnowflakeExportCopyCommand class. |
SnowflakeExportCopyCommand(IDictionary<String,Object>, IDictionary<String,Object>, IDictionary<String,Object>) |
Initializes a new instance of the SnowflakeExportCopyCommand 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": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } |
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from ExportSettings) |
Applies to
Azure SDK for .NET