Skip to main content

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

Static Public Attributes

const string BINARY = “binary”
 Indicates that the returned records should be binary encoded.
 
const string JSON = “json”
 Indicates that the returned records should be JSON-encoded.
 

Detailed Description

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

Specifies the encoding for returned records.

Definition at line 49 of file AggregateUnique.cs.

Member Data Documentation

◆ BINARY

const string kinetica.AggregateUniqueRequest.Encoding.BINARY = “binary”
static

Indicates that the returned records should be binary encoded.

Definition at line 53 of file AggregateUnique.cs.

◆ JSON

const string kinetica.AggregateUniqueRequest.Encoding.JSON = “json”
static

Indicates that the returned records should be JSON-encoded.

Definition at line 57 of file AggregateUnique.cs.


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