Kinetica   C#   API  Version 7.2.3.1
FilterByRadiusRequest.Options Struct Reference

A set of string constants for the parameter options. More...

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 view_name. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string COLLECTION_NAME = "collection_name"
 [DEPRECATED–please specify the containing schema for the view as part of 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. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 29 of file FilterByRadius.cs.

Member Data Documentation

◆ COLLECTION_NAME

const string FilterByRadiusRequest.Options.COLLECTION_NAME = "collection_name"

[DEPRECATED–please specify the containing schema for the view as part of 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 57 of file FilterByRadius.cs.

◆ CREATE_TEMP_TABLE

const string FilterByRadiusRequest.Options.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 view_name.

Supported values:

The default value is FALSE.

Definition at line 45 of file FilterByRadius.cs.

◆ FALSE

const string FilterByRadiusRequest.Options.FALSE = "false"

Definition at line 48 of file FilterByRadius.cs.

◆ TRUE

const string FilterByRadiusRequest.Options.TRUE = "true"

Definition at line 47 of file FilterByRadius.cs.


The documentation for this struct was generated from the following file: