Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter encoding. More...
Public Attributes | |
const string | BINARY = "binary" |
const string | JSON = "json" |
const string | GEOJSON = "geojson" |
A set of string constants for the parameter encoding.
Specifies the encoding for returned records; one of BINARY, JSON, or GEOJSON.
Definition at line 32 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Encoding.BINARY = "binary" |
Definition at line 34 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Encoding.GEOJSON = "geojson" |
Definition at line 36 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Encoding.JSON = "json" |
Definition at line 35 of file GetRecords.cs.