A set of string constants for the parameter FilterBySeriesRequest.options. More…
Static Public Attributes | |
| const string | CREATE_TEMP_TABLE = “create_temp_table” |
| If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterBySeriesRequest.view_name. | |
| const string | TRUE = “true” |
| A boolean constant for the FilterBySeriesRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the FilterBySeriesRequest.Options options. | |
| const string | COLLECTION_NAME = “collection_name” |
| [DEPRECATED–please specify the containing schema for the view as part of FilterBySeriesRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view. | |
| const string | SPATIAL_RADIUS = “spatial_radius” |
| A positive number passed as a string representing the radius of the search area centered around each track point’s geospatial coordinates. | |
| const string | TIME_RADIUS = “time_radius” |
| A positive number passed as a string representing the maximum allowable time difference between the timestamps of a filtered object and the given track’s points. | |
| const string | SPATIAL_DISTANCE_METRIC = “spatial_distance_metric” |
| A string representing the coordinate system to use for the spatial search criteria. | |
| const string | EUCLIDEAN = “euclidean” |
| A constant for the FilterBySeriesRequest.Options options. | |
| const string | GREAT_CIRCLE = “great_circle” |
| A constant for the FilterBySeriesRequest.Options options. | |
Detailed Description
A set of string constants for the parameter FilterBySeriesRequest.options.
Optional parameters.
Definition at line 32 of file FilterBySeries.cs.
Member Data Documentation
◆ COLLECTION_NAME
| static |
[DEPRECATED–please specify the containing schema for the view as part of FilterBySeriesRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view.
If the schema is non-existent, it will be automatically created.
Definition at line 76 of file FilterBySeries.cs.
◆ CREATE_TEMP_TABLE
| static |
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterBySeriesRequest.view_name.
This is always allowed even if the caller does not have permission to create tables. The generated name is returned in QUALIFIED_VIEW_NAME. Supported values:
The default value is FALSE.
Definition at line 58 of file FilterBySeries.cs.
◆ EUCLIDEAN
| static |
A constant for the FilterBySeriesRequest.Options options.
Definition at line 113 of file FilterBySeries.cs.
◆ FALSE
| static |
A boolean constant for the FilterBySeriesRequest.Options options.
Definition at line 66 of file FilterBySeries.cs.
◆ GREAT_CIRCLE
| static |
A constant for the FilterBySeriesRequest.Options options.
Definition at line 117 of file FilterBySeries.cs.
◆ SPATIAL_DISTANCE_METRIC
| static |
A string representing the coordinate system to use for the spatial search criteria.
Acceptable values are ‘euclidean’ and ‘great_circle’. Optional parameter; default is ‘euclidean’. Supported values:
Definition at line 109 of file FilterBySeries.cs.
◆ SPATIAL_RADIUS
| static |
A positive number passed as a string representing the radius of the search area centered around each track point’s geospatial coordinates.
The value is interpreted in meters. Required parameter. The minimum allowed value is ‘0’.
Definition at line 83 of file FilterBySeries.cs.
◆ TIME_RADIUS
| static |
A positive number passed as a string representing the maximum allowable time difference between the timestamps of a filtered object and the given track’s points.
The value is interpreted in seconds. Required parameter. The minimum allowed value is ‘0’.
Definition at line 90 of file FilterBySeries.cs.
◆ TRUE
| static |
A boolean constant for the FilterBySeriesRequest.Options options.
Definition at line 62 of file FilterBySeries.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/FilterBySeries.cs
- Kinetica/Protocol/FilterBySeries.cs