| 
    Kinetica   C#   API
    Version 7.2.3.0
    
   | 
 
A set of string constants for the parameter encoding. More...
Public Attributes | |
| const string | BINARY = "binary" | 
| const string | JSON = "json" | 
A set of string constants for the parameter encoding.
Specifies the encoding for returned records; either BINARY or JSON.
Definition at line 30 of file GetRecordsFromCollection.cs.
| const string kinetica.GetRecordsFromCollectionRequest.Encoding.BINARY = "binary" | 
Definition at line 32 of file GetRecordsFromCollection.cs.
| const string kinetica.GetRecordsFromCollectionRequest.Encoding.JSON = "json" | 
Definition at line 33 of file GetRecordsFromCollection.cs.