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