TypeDetectionScheme
Sets the method for determining the data type of columns.
Possible Values
None, RowScanData Type
string
Default Value
"RowScan"
Remarks
None | Setting TypeDetectionScheme to None returns all columns as "string" type. Note: Even when set to None, the column names are still scanned. |
RowScan | Setting TypeDetectionScheme to RowScan scans rows to heuristically determine the data type. The RowScanDepth determines the number of rows that are scanned. If no value is specified, RowScan is used by default. |