ColumnEncoding Parameter (Connect-ApacheHBase Cmdlet)
The Encoding used for the column values. Accepted entries are None, UTF8, and BASE64. None is the default.
Syntax
Connect-ApacheHBase -ColumnEncoding string
Possible Values
None, UTF8, BASE64Data Type
cstr
Default Value
"None"
Remarks
This field is used to encode the column value. Use the following options to specify your column encoding:
- None: Automatically get the the appropriate encoding via TypeDetectionScheme=RowScan.
- UTF8: Specify the encoding UTF8 for all columns.
- BASE64: Specify the encoding BASE64 for all columns, except the key column "RowKey".