SnowflakeImportCopyCommand.AdditionalCopyOptions Property
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.
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