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 33 of file GetRecordsFromCollection.cs.
const string kinetica.GetRecordsFromCollectionRequest.Encoding.BINARY = "binary" |
Definition at line 35 of file GetRecordsFromCollection.cs.
const string kinetica.GetRecordsFromCollectionRequest.Encoding.JSON = "json" |
Definition at line 36 of file GetRecordsFromCollection.cs.