Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.GetRecordsByColumnRequest.Encoding Struct Reference

Specifies the encoding for returned records; either 'binary' or 'json'. More...

Public Attributes

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

Detailed Description

Specifies the encoding for returned records; either 'binary' or 'json'.

Values: binary, json.
A set of string constants for the parameter <member name="encoding">.

Definition at line 41 of file GetRecordsByColumn.cs.

Member Data Documentation

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

Definition at line 43 of file GetRecordsByColumn.cs.

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

Definition at line 44 of file GetRecordsByColumn.cs.


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