Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AggregateUniqueRequest.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.

Supported values:

  • BINARY: Indicates that the returned records should be binary encoded.
  • JSON: Indicates that the returned records should be json encoded.

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

Definition at line 86 of file AggregateUnique.cs.

Member Data Documentation

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

Indicates that the returned records should be binary encoded.

Definition at line 91 of file AggregateUnique.cs.

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

Indicates that the returned records should be json encoded.

Definition at line 95 of file AggregateUnique.cs.


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