A set of results returned by Kinetica.filter(string,string,string,IDictionary{string, string}).
More...
|
long | count [get, set] |
| The number of records that matched the given select expression. More...
|
|
IDictionary< string, string > | info [get, set] |
| Additional information. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of results returned by Kinetica.filter(string,string,string,IDictionary{string, string}).
Definition at line 190 of file Filter.cs.
long kinetica.FilterResponse.count |
|
getset |
The number of records that matched the given select expression.
Definition at line 195 of file Filter.cs.
IDictionary<string, string> kinetica.FilterResponse.info |
|
getset |
Additional information.
Definition at line 198 of file Filter.cs.
The documentation for this class was generated from the following file: