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