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