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

Specifies the encoding for returned records. More...

Public Attributes

const string BINARY = "binary"
 Indicates that the returned records should be binary encoded. More...
 
const string JSON = "json"
 Indicates that the returned records should be json encoded. More...
 

Detailed Description

Specifies the encoding for returned records.

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

Definition at line 74 of file AggregateGroupBy.cs.

Member Data Documentation

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

Indicates that the returned records should be binary encoded.

Definition at line 79 of file AggregateGroupBy.cs.

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

Indicates that the returned records should be json encoded.

Definition at line 83 of file AggregateGroupBy.cs.


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