Kinetica C# API
Version 6.0.1.0
|
A set of parameters for /filter. More...
Classes | |
struct | Options |
Optional parameters. More... | |
Public Member Functions | |
FilterRequest () | |
Constructs a FilterRequest object with default parameters. More... | |
FilterRequest (string table_name, string view_name, string expression, IDictionary< string, string > options=null) | |
Constructs a FilterRequest object with the specified parameters. More... | |
![]() | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Properties | |
string | table_name [get, set] |
Name of the table to filter. More... | |
string | view_name [get, set] |
If provided, then this will be the name of the view containing the results. More... | |
string | expression = "" [get, set] |
The select expression to filter the specified table. More... | |
IDictionary< string, string > | options [get, set] |
Optional parameters. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for /filter.
Filters data based on the specified expression. The results are stored in a result set with the given <member name="view_name">.
For details see concepts.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
|
inline |
Constructs a FilterRequest object with default parameters.
|
inline |
Constructs a FilterRequest object with the specified parameters.
table_name | Name of the table to filter. This may be the ID of a collection, table or a result set (for chaining queries). Collections may be filtered only if all tables within the collection have the same type ID. |
view_name | If provided, then this will be the name of the view containing the results. Has the same naming restrictions as tables. |
expression | The select expression to filter the specified table. For details see concepts. |
options | Optional parameters.
|
|
getset |
|
getset |
Optional parameters.
|
getset |
|
getset |