TypeDetectionScheme Parameter (Connect-ApacheHBase Cmdlet)
Determines how to determine the data type of columns.
Syntax
Connect-ApacheHBase -TypeDetectionScheme string
Possible Values
None, RowScanData Type
cstr
Default Value
"RowScan"
Remarks
None | Setting TypeDetectionScheme to None will return all columns as strings. The RowScanDepth determines the number of rows to be scanned to retrieve the column listing. |
RowScan | Setting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. The RowScanDepth determines the number of rows to be scanned to retrieve the column listing and column data type. |