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

Specifies the encoding for returned records. More...

Public Attributes

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

Detailed Description

Specifies the encoding for returned records.

Supported values:

The default value is BINARY. A set of string constants for the parameter encoding.

Definition at line 53 of file GetRecords.cs.

Member Data Documentation

◆ BINARY

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

Definition at line 55 of file GetRecords.cs.

◆ GEOJSON

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

Definition at line 57 of file GetRecords.cs.

◆ JSON

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

Definition at line 56 of file GetRecords.cs.


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