Skip to main content

A set of string constants for the parameter FilterByListRequest.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 FilterByListRequest.view_name.
 
const string TRUE = “true”
 A boolean constant for the FilterByListRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the FilterByListRequest.Options options.
 
const string COLLECTION_NAME = “collection_name”
 [DEPRECATED–please specify the containing schema for the view as part of FilterByListRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view.
 
const string FILTER_MODE = “filter_mode”
 String indicating the filter mode, either ‘in_list’ or ‘not_in_list’.
 
const string IN_LIST = “in_list”
 The filter will match all items that are in the provided list(s).
 
const string NOT_IN_LIST = “not_in_list”
 The filter will match all items that are not in the provided list(s).
 

Detailed Description

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

Optional parameters.

Definition at line 34 of file FilterByList.cs.

Member Data Documentation

◆ COLLECTION_NAME

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

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

◆ CREATE_TEMP_TABLE

const string kinetica.FilterByListRequest.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 FilterByListRequest.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 59 of file FilterByList.cs.

◆ FALSE

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

A boolean constant for the FilterByListRequest.Options options.

Definition at line 67 of file FilterByList.cs.

◆ FILTER_MODE

const string kinetica.FilterByListRequest.Options.FILTER_MODE = “filter_mode”
static

String indicating the filter mode, either ‘in_list’ or ‘not_in_list’.

Supported values:

  • IN_LIST: The filter will match all items that are in the provided list(s).
  • NOT_IN_LIST: The filter will match all items that are not in the provided list(s).

The default value is IN_LIST.

Definition at line 101 of file FilterByList.cs.

◆ IN_LIST

const string kinetica.FilterByListRequest.Options.IN_LIST = “in_list”
static

The filter will match all items that are in the provided list(s).

Definition at line 105 of file FilterByList.cs.

◆ NOT_IN_LIST

const string kinetica.FilterByListRequest.Options.NOT_IN_LIST = “not_in_list”
static

The filter will match all items that are not in the provided list(s).

Definition at line 109 of file FilterByList.cs.

◆ TRUE

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

A boolean constant for the FilterByListRequest.Options options.

Definition at line 63 of file FilterByList.cs.


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