Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.FilterRequest.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, 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...
 

Detailed Description

Optional parameters.

  • 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.
  • ttl Sets the TTL of the view specified in . The value must be the desired TTL in minutes.


A set of string constants for the parameter <member name="options">.

Definition at line 48 of file Filter.cs.

Member Data Documentation

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.

Definition at line 56 of file Filter.cs.

const string kinetica.FilterRequest.Options.TTL = "ttl"

Sets the TTL of the view specified in <member name="view_name">.

The value must be the desired TTL in minutes.

Definition at line 61 of file Filter.cs.


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