Kinetica C# API  Version 7.1.10.0
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.DropDatasinkRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string CLEAR_TABLE_MONITORS = "clear_table_monitors"
 If true, any table monitors that use this data sink will be cleared. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

Optional parameters.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 54 of file DropDatasink.cs.

Member Data Documentation

const string kinetica.DropDatasinkRequest.Options.CLEAR_TABLE_MONITORS = "clear_table_monitors"

If true, any table monitors that use this data sink will be cleared.

Supported values:

The default value is FALSE.

Definition at line 73 of file DropDatasink.cs.

const string kinetica.DropDatasinkRequest.Options.FALSE = "false"

Definition at line 75 of file DropDatasink.cs.

const string kinetica.DropDatasinkRequest.Options.TRUE = "true"

Definition at line 74 of file DropDatasink.cs.


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