JDBC Driver for Apache HBase

Build 22.0.8462

ColumnEncoding

The Encoding used for the column values. Accepted entries are None, UTF8, and BASE64. None is the default.

Possible Values

None, UTF8, BASE64

Data Type

string

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".

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462