Kinetica C# API
Version 7.2.3.0
|
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... | |
A set of string constants for the parameter encoding.
Specifies the encoding for returned records.
Definition at line 35 of file AggregateUnpivot.cs.
const string kinetica.AggregateUnpivotRequest.Encoding.BINARY = "binary" |
Indicates that the returned records should be binary encoded.
Definition at line 39 of file AggregateUnpivot.cs.
const string kinetica.AggregateUnpivotRequest.Encoding.JSON = "json" |
Indicates that the returned records should be json encoded.
Definition at line 43 of file AggregateUnpivot.cs.