Kinetica C# API
Version 6.0.1.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'.
Values: binary, json.
A set of string constants for the parameter <member name="encoding">.
Definition at line 41 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Encoding.BINARY = "binary" |
Definition at line 43 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Encoding.JSON = "json" |
Definition at line 44 of file GetRecordsByColumn.cs.