Optional parameters.
More...
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.
-
VIEW_ID: view this filtered-view is part of. The default value is ''.
-
TTL: Sets the TTL of the view specified in .
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 58 of file Filter.cs.
◆ COLLECTION_NAME
const string kinetica.FilterRequest.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 65 of file Filter.cs.
◆ TTL
const string kinetica.FilterRequest.Options.TTL = "ttl" |
◆ VIEW_ID
const string kinetica.FilterRequest.Options.VIEW_ID = "view_id" |
view this filtered-view is part of.
The default value is ''.
Definition at line 69 of file Filter.cs.
The documentation for this struct was generated from the following file: