Skip to main content

A set of string constants for the parameter GetRecordsRequest.encoding. More…

Static Public Attributes

const string BINARY = “binary”
 A constant for the GetRecordsRequest.Encoding options.
 
const string JSON = “json”
 A constant for the GetRecordsRequest.Encoding options.
 
const string GEOJSON = “geojson”
 A constant for the GetRecordsRequest.Encoding options.
 
const string ARROW = “arrow”
 A constant for the GetRecordsRequest.Encoding options.
 

Detailed Description

A set of string constants for the parameter GetRecordsRequest.encoding.

Specifies the encoding for returned records; one of BINARY, JSON, or GEOJSON.

Definition at line 32 of file GetRecords.cs.

Member Data Documentation

◆ ARROW

const string kinetica.GetRecordsRequest.Encoding.ARROW = “arrow”
static

A constant for the GetRecordsRequest.Encoding options.

Definition at line 48 of file GetRecords.cs.

◆ BINARY

const string kinetica.GetRecordsRequest.Encoding.BINARY = “binary”
static

A constant for the GetRecordsRequest.Encoding options.

Definition at line 36 of file GetRecords.cs.

◆ GEOJSON

const string kinetica.GetRecordsRequest.Encoding.GEOJSON = “geojson”
static

A constant for the GetRecordsRequest.Encoding options.

Definition at line 44 of file GetRecords.cs.

◆ JSON

const string kinetica.GetRecordsRequest.Encoding.JSON = “json”
static

A constant for the GetRecordsRequest.Encoding options.

Definition at line 40 of file GetRecords.cs.


The documentation for this struct was generated from the following files: