Share via


TeradataImportCommand.AdditionalFormatOptions Property

Definition

Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }.

public Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IDictionary<string,string>> AdditionalFormatOptions { get; set; }
member this.AdditionalFormatOptions : Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IDictionary<string, string>> with get, set
Public Property AdditionalFormatOptions As DataFactoryElement(Of IDictionary(Of String, String))

Property Value

Applies to