|
Kinetica C# API
Version 7.2.3.1
|
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 for the newly created view. More... | |
| const string | VIEW_ID = "view_id" |
| View this filtered-view is part of. More... | |
| const string | TTL = "ttl" |
| Sets the TTL of the view specified in view_name. More... | |
A set of string constants for the parameter options.
Optional parameters.
| const string FilterRequest.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 for the newly created view.
If the schema is non-existent, it will be automatically created.
| const string FilterRequest.Options.CREATE_TEMP_TABLE = "create_temp_table" |
| const string FilterRequest.Options.TTL = "ttl" |
| const string FilterRequest.Options.VIEW_ID = "view_id" |