Kinetica   C#   API  Version 7.2.3.0
kinetica.GetRecordsRequest.Encoding Struct Reference

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

Public Attributes

const string BINARY = "binary"
 
const string JSON = "json"
 
const string GEOJSON = "geojson"
 

Detailed Description

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.

Member Data Documentation

◆ BINARY

const string kinetica.GetRecordsRequest.Encoding.BINARY = "binary"

Definition at line 34 of file GetRecords.cs.

◆ GEOJSON

const string kinetica.GetRecordsRequest.Encoding.GEOJSON = "geojson"

Definition at line 36 of file GetRecords.cs.

◆ JSON

const string kinetica.GetRecordsRequest.Encoding.JSON = "json"

Definition at line 35 of file GetRecords.cs.


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