TypeDetectionScheme
Enables scanning Act! CRM Contact entities to determine unique columns.
Possible Values
RowScan, Noneデータ型
string
デフォルト値
"RowScan"
解説
In the Act! CRM API, Contact entities can have different sets of associated attributes in addition to the standard columns.
To access these unique columns, set the following connection properties:
RowScan | Setting TypeDetectionScheme to RowScan will scan objects (rows) to heuristically determine additional columns when you connect. The RowScanDepth determines the number of objects to be scanned. |
None | Setting TypeDetectionScheme to None will return only the standard columns. |