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

A set of string constants for the parameter encoding. 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

A set of string constants for the parameter encoding.

Specifies the encoding for returned records.

Definition at line 81 of file AggregateGroupBy.cs.

Member Data Documentation

◆ BINARY

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

Indicates that the returned records should be binary encoded.

Definition at line 85 of file AggregateGroupBy.cs.

◆ JSON

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

Indicates that the returned records should be json encoded.

Definition at line 89 of file AggregateGroupBy.cs.


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