A set of results returned by Kinetica.filter.
More...
|
long | count [get, set] |
| The number of records that matched the given select expression. More...
|
|
IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of results returned by Kinetica.filter.
Definition at line 232 of file Filter.cs.
◆ count
long kinetica.FilterResponse.count |
|
getset |
The number of records that matched the given select expression.
Definition at line 246 of file Filter.cs.
◆ info
IDictionary<string, string> kinetica.FilterResponse.info = new Dictionary<string, string>() |
|
getset |
Additional information.
The default value is an empty Dictionary.
Definition at line 259 of file Filter.cs.
The documentation for this class was generated from the following file: