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

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

Public Attributes

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

Detailed Description

A set of string constants for the parameter encoding.

Specifies the encoding for returned records; either BINARY or JSON.

Definition at line 46 of file GetRecordsByColumn.cs.

Member Data Documentation

◆ BINARY

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

Definition at line 48 of file GetRecordsByColumn.cs.

◆ JSON

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

Definition at line 49 of file GetRecordsByColumn.cs.


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