JDBC Driver for Apache HBase

Build 23.0.8839

ColumnEncoding

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

Possible Values

None, UTF8, BASE64

データ型

string

デフォルト値

"None"

解説

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839