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