Kinetica   C#   API  Version 7.2.3.1
AggregateUnpivotRequest.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 34 of file AggregateUnpivot.cs.

Member Data Documentation

◆ BINARY

const string AggregateUnpivotRequest.Encoding.BINARY = "binary"

Indicates that the returned records should be binary encoded.

Definition at line 38 of file AggregateUnpivot.cs.

◆ JSON

const string AggregateUnpivotRequest.Encoding.JSON = "json"

Indicates that the returned records should be JSON-encoded.

Definition at line 42 of file AggregateUnpivot.cs.


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