Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.FilterByStringRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string COLLECTION_NAME = "collection_name"
 Name of a collection which is to contain the newly created view. More...
 
const string CASE_SENSITIVE = "case_sensitive"
 If 'false' then string filtering will ignore case. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

Optional parameters.

  • COLLECTION_NAME: Name of a collection which is to contain the newly created view. If the collection provided is non-existent, the collection will be automatically created. If empty, then the newly created view will be top-level.
  • CASE_SENSITIVE: If 'false' then string filtering will ignore case. Does not apply to 'search' mode. Supported values: The default value is TRUE.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 131 of file FilterByString.cs.

Member Data Documentation

const string kinetica.FilterByStringRequest.Options.CASE_SENSITIVE = "case_sensitive"

If 'false' then string filtering will ignore case.

Does not apply to 'search' mode. Supported values:

The default value is TRUE.

Definition at line 155 of file FilterByString.cs.

const string kinetica.FilterByStringRequest.Options.COLLECTION_NAME = "collection_name"

Name of a collection which is to contain the newly created view.

If the collection provided is non-existent, the collection will be automatically created. If empty, then the newly created view will be top-level.

Definition at line 138 of file FilterByString.cs.

const string kinetica.FilterByStringRequest.Options.FALSE = "false"

Definition at line 157 of file FilterByString.cs.

const string kinetica.FilterByStringRequest.Options.TRUE = "true"

Definition at line 156 of file FilterByString.cs.


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