Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. 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" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 27 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 43 of file DropDatasink.cs.
const string kinetica.DropDatasinkRequest.Options.FALSE = "false" |
Definition at line 46 of file DropDatasink.cs.
const string kinetica.DropDatasinkRequest.Options.TRUE = "true" |
Definition at line 45 of file DropDatasink.cs.