Share via


GoogleAdWordsLinkedService.SupportLegacyDataTypes Property

Definition

Specifies whether to use the legacy data type mappings, which maps float, int32 and int64 from Google to string. Do not set this to true unless you want to keep backward compatibility with legacy driver's data type mappings. Type: boolean (or Expression with resultType boolean).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> SupportLegacyDataTypes { get; set; }
member this.SupportLegacyDataTypes : Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> with get, set
Public Property SupportLegacyDataTypes As DataFactoryElement(Of Boolean)

Property Value

Applies to