A set of parameters for Kinetica.filterByBox(string,string,string,double,double,string,double,double,IDictionary<string, string>).
More...
|
| FilterByBoxRequest () |
| Constructs a FilterByBoxRequest object with default parameters. More...
|
|
| FilterByBoxRequest (string table_name, string view_name, string x_column_name, double min_x, double max_x, string y_column_name, double min_y, double max_y, IDictionary< string, string > options=null) |
| Constructs a FilterByBoxRequest 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...
|
|
|
string | table_name [get, set] |
| Name of the table on which the bounding box operation will be performed. More...
|
|
string | view_name [get, set] |
| Optional name of the result view that will be created containing the results of the query. More...
|
|
string | x_column_name = "" [get, set] |
| Name of the column on which to perform the bounding box query. More...
|
|
double | min_x [get, set] |
| Lower bound for the column chosen by . More...
|
|
double | max_x [get, set] |
| Upper bound for . More...
|
|
string | y_column_name [get, set] |
| Name of a column on which to perform the bounding box query. More...
|
|
double | min_y [get, set] |
| Lower bound for . More...
|
|
double | max_y [get, set] |
| Upper bound for . More...
|
|
IDictionary< string, string > | options [get, set] |
| Optional parameters. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of parameters for Kinetica.filterByBox(string,string,string,double,double,string,double,double,IDictionary<string, string>).
Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a view_name is passed in as part of the input payload.
Definition at line 25 of file FilterByBox.cs.
◆ FilterByBoxRequest() [1/2]
kinetica.FilterByBoxRequest.FilterByBoxRequest |
( |
| ) |
|
|
inline |
◆ FilterByBoxRequest() [2/2]
kinetica.FilterByBoxRequest.FilterByBoxRequest |
( |
string |
table_name, |
|
|
string |
view_name, |
|
|
string |
x_column_name, |
|
|
double |
min_x, |
|
|
double |
max_x, |
|
|
string |
y_column_name, |
|
|
double |
min_y, |
|
|
double |
max_y, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a FilterByBoxRequest object with the specified parameters.
- Parameters
-
table_name | Name of the table on which the bounding box operation will be performed. Must be an existing table. |
view_name | Optional name of the result view that will be created containing the results of the query. Has the same naming restrictions as tables. The default value is ''. |
x_column_name | Name of the column on which to perform the bounding box query. Must be a valid numeric column. |
min_x | Lower bound for the column chosen by . Must be less than or equal to . |
max_x | Upper bound for . Must be greater than or equal to . |
y_column_name | Name of a column on which to perform the bounding box query. Must be a valid numeric column. |
min_y | Lower bound for . Must be less than or equal to . |
max_y | Upper bound for . Must be greater than or equal to . |
options | Optional parameters.
-
COLLECTION_NAME: Name of a collection which is to contain the newly created view. If the collection provided is non-existent, the collection will be automatically created. If empty, then the newly created view will be top-level.
The default value is an empty Dictionary. |
Definition at line 150 of file FilterByBox.cs.
◆ max_x
double kinetica.FilterByBoxRequest.max_x |
|
getset |
Upper bound for .
Must be greater than or equal to .
Definition at line 76 of file FilterByBox.cs.
◆ max_y
double kinetica.FilterByBoxRequest.max_y |
|
getset |
Upper bound for .
Must be greater than or equal to .
Definition at line 90 of file FilterByBox.cs.
◆ min_x
double kinetica.FilterByBoxRequest.min_x |
|
getset |
Lower bound for the column chosen by .
Must be less than or equal to .
Definition at line 70 of file FilterByBox.cs.
◆ min_y
double kinetica.FilterByBoxRequest.min_y |
|
getset |
Lower bound for .
Must be less than or equal to .
Definition at line 85 of file FilterByBox.cs.
◆ options
IDictionary<string, string> kinetica.FilterByBoxRequest.options |
|
getset |
Optional parameters.
-
COLLECTION_NAME: Name of a collection which is to contain the newly created view. If the collection provided is non-existent, the collection will be automatically created. If empty, then the newly created view will be top-level.
The default value is an empty Dictionary.
Definition at line 104 of file FilterByBox.cs.
◆ table_name
string kinetica.FilterByBoxRequest.table_name |
|
getset |
Name of the table on which the bounding box operation will be performed.
Must be an existing table.
Definition at line 55 of file FilterByBox.cs.
◆ view_name
string kinetica.FilterByBoxRequest.view_name |
|
getset |
Optional name of the result view that will be created containing the results of the query.
Has the same naming restrictions as tables. The default value is ''.
Definition at line 61 of file FilterByBox.cs.
◆ x_column_name
string kinetica.FilterByBoxRequest.x_column_name = "" |
|
getset |
Name of the column on which to perform the bounding box query.
Must be a valid numeric column.
Definition at line 65 of file FilterByBox.cs.
◆ y_column_name
string kinetica.FilterByBoxRequest.y_column_name |
|
getset |
Name of a column on which to perform the bounding box query.
Must be a valid numeric column.
Definition at line 80 of file FilterByBox.cs.
The documentation for this class was generated from the following file: