Kinetica C# API  Version 7.0.19.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. 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...
 

Detailed Description

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.

Member Data Documentation

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.

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

Sets the TTL of the view specified in view_name.

Definition at line 74 of file Filter.cs.

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: