Share via


SnowflakeImportCopyCommand.AdditionalCopyOptions Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="additionalCopyOptions")]
public System.Collections.Generic.IDictionary<string,object> AdditionalCopyOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="additionalCopyOptions")>]
member this.AdditionalCopyOptions : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property AdditionalCopyOptions As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to