Share via


SnowflakeExportCopyCommand.AdditionalFormatOptions Property

Definition

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

public System.Collections.Generic.IDictionary<string,object> AdditionalFormatOptions { get; }
member this.AdditionalFormatOptions : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property AdditionalFormatOptions As IDictionary(Of String, Object)

Property Value

Applies to