◆ filterByBox() [1/2]
| inline |
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.
| request_ | Request object containing the parameters for the operation. |
Definition at line 36936 of file KineticaFunctions.cs.
◆ filterByBox() [2/2]
| inline |
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.
| table_name | Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. |
| view_name | If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria. Must not be an already existing table or view. 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 x_column_name . Must be less than or equal to max_x . |
| max_x | Upper bound for x_column_name . Must be greater than or equal to min_x . |
| 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 y_column_name . Must be less than or equal to max_y . |
| max_y | Upper bound for y_column_name . Must be greater than or equal to min_y . |
| options | Optional parameters.
|
Definition at line 37047 of file KineticaFunctions.cs.
◆ FilterByBoxAsync() [1/2]
| inline |
Calculates how many objects within the given table lie in a rectangular box.
(async)
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.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 36959 of file KineticaFunctions.cs.
◆ FilterByBoxAsync() [2/2]
| inline |
Calculates how many objects within the given table lie in a rectangular box.
(async)
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.
| table_name | Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. |
| view_name | If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria. Must not be an already existing table or view. 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 x_column_name . Must be less than or equal to max_x . |
| max_x | Upper bound for x_column_name . Must be greater than or equal to min_x . |
| 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 y_column_name . Must be less than or equal to max_y . |
| max_y | Upper bound for y_column_name . Must be greater than or equal to min_y . |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 37144 of file KineticaFunctions.cs.