Kinetica C# API
Version 6.2.0.1
|
Specifies the encoding for returned records; either 'binary' or 'json'. More...
Public Attributes | |
const string | BINARY = "binary" |
const string | JSON = "json" |
Specifies the encoding for returned records; either 'binary' or 'json'.
Supported values:
The default value is BINARY. A set of string constants for the parameter encoding.
Definition at line 58 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Encoding.BINARY = "binary" |
Definition at line 60 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Encoding.JSON = "json" |
Definition at line 61 of file GetRecordsByColumn.cs.