|
Kinetica C# API
Version 7.2.3.1
|
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 45 of file AggregateUnique.cs.
| const string AggregateUniqueRequest.Encoding.BINARY = "binary" |
Indicates that the returned records should be binary encoded.
Definition at line 49 of file AggregateUnique.cs.
| const string AggregateUniqueRequest.Encoding.JSON = "json" |
Indicates that the returned records should be JSON-encoded.
Definition at line 53 of file AggregateUnique.cs.