Skip to main content

A set of string constants for the parameter FilterByStringRequest.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 FilterByStringRequest.view_name.
 
const string TRUE = “true”
 A boolean constant for the FilterByStringRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the FilterByStringRequest.Options options.
 
const string COLLECTION_NAME = “collection_name”
 [DEPRECATED–please specify the containing schema for the view as part of FilterByStringRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view.
 
const string CASE_SENSITIVE = “case_sensitive”
 If FALSE then string filtering will ignore case.
 

Detailed Description

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

Optional parameters.

Definition at line 73 of file FilterByString.cs.

Member Data Documentation

◆ CASE_SENSITIVE

const string kinetica.FilterByStringRequest.Options.CASE_SENSITIVE = “case_sensitive”
static

If FALSE then string filtering will ignore case.

Does not apply to SEARCH mode. Supported values:

The default value is TRUE.

Definition at line 139 of file FilterByString.cs.

◆ COLLECTION_NAME

const string kinetica.FilterByStringRequest.Options.COLLECTION_NAME = “collection_name”
static

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

◆ CREATE_TEMP_TABLE

const string kinetica.FilterByStringRequest.Options.CREATE_TEMP_TABLE = “create_temp_table”
static

If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterByStringRequest.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 99 of file FilterByString.cs.

◆ FALSE

const string kinetica.FilterByStringRequest.Options.FALSE = “false”
static

A boolean constant for the FilterByStringRequest.Options options.

Definition at line 107 of file FilterByString.cs.

◆ TRUE

const string kinetica.FilterByStringRequest.Options.TRUE = “true”
static

A boolean constant for the FilterByStringRequest.Options options.

Definition at line 103 of file FilterByString.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_centos8-arch_amd64-cc_gcc_8.5.0/install/Kinetica/Protocol/FilterByString.cs
  • Kinetica/Protocol/FilterByString.cs