Kinetica C# API
Version 6.2.0.1
|
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" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 131 of file FilterByString.cs.
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.