Kinetica C# API
Version 7.1.10.0
|
Specifies the encoding for returned records; one of binary, json, or geojson. More...
Public Attributes | |
const string | BINARY = "binary" |
const string | JSON = "json" |
const string | GEOJSON = "geojson" |
Specifies the encoding for returned records; one of binary, json, or geojson.
Supported values:
The default value is BINARY. A set of string constants for the parameter encoding.
Definition at line 56 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Encoding.BINARY = "binary" |
Definition at line 58 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Encoding.GEOJSON = "geojson" |
Definition at line 60 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Encoding.JSON = "json" |
Definition at line 59 of file GetRecords.cs.