Kinetica C# API
Version 6.0.1.0
|
Optional parameters. More...
Public Attributes | |
const string | COLLECTION_NAME = "collection_name" |
Name of a collection which is to contain the newly created view, otherwise the view will be a top-level table. More... | |
const string | TTL = "ttl" |
Sets the TTL of the view specified in <member name="view_name">. More... | |
Optional parameters.
A set of string constants for the parameter <member name="options">.
const string kinetica.FilterRequest.Options.COLLECTION_NAME = "collection_name" |
Name of a collection which is to contain the newly created view, otherwise the view will be a top-level table.
If the collection does not allow duplicate types and it contains a table of the same type as the given one, then this table creation request will fail.
const string kinetica.FilterRequest.Options.TTL = "ttl" |