Kinetica C# API
Version 7.0.19.0
|
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 67 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Encoding.BINARY = "binary" |
Definition at line 69 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Encoding.JSON = "json" |
Definition at line 70 of file GetRecordsByColumn.cs.