A set of string constants for the parameter FilterByRadiusRequest.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 FilterByRadiusRequest.view_name. | |
| const string | TRUE = “true” |
| A boolean constant for the FilterByRadiusRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the FilterByRadiusRequest.Options options. | |
| const string | COLLECTION_NAME = “collection_name” |
| [DEPRECATED–please specify the containing schema for the view as part of FilterByRadiusRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema which is to contain the newly created view. | |
Detailed Description
A set of string constants for the parameter FilterByRadiusRequest.options.
Optional parameters.
Definition at line 30 of file FilterByRadius.cs.
Member Data Documentation
◆ COLLECTION_NAME
| static |
[DEPRECATED–please specify the containing schema for the view as part of FilterByRadiusRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema which is to contain the newly created view.
If the schema is non-existent, it will be automatically created.
Definition at line 74 of file FilterByRadius.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 FilterByRadiusRequest.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 56 of file FilterByRadius.cs.
◆ FALSE
| static |
A boolean constant for the FilterByRadiusRequest.Options options.
Definition at line 64 of file FilterByRadius.cs.
◆ TRUE
| static |
A boolean constant for the FilterByRadiusRequest.Options options.
Definition at line 60 of file FilterByRadius.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/FilterByRadius.cs
- Kinetica/Protocol/FilterByRadius.cs