Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | KEEP_AUTOGENERATED_SINK = "keep_autogenerated_sink" |
If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | CLEAR_ALL_REFERENCES = "clear_all_references" |
If true, all references that share the same topic_id will be cleared. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 72 of file ClearTableMonitor.cs.
const string kinetica.ClearTableMonitorRequest.Options.CLEAR_ALL_REFERENCES = "clear_all_references" |
const string kinetica.ClearTableMonitorRequest.Options.FALSE = "false" |
Definition at line 95 of file ClearTableMonitor.cs.
const string kinetica.ClearTableMonitorRequest.Options.KEEP_AUTOGENERATED_SINK = "keep_autogenerated_sink" |
If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use.
If false, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:
The default value is FALSE.
Definition at line 93 of file ClearTableMonitor.cs.
const string kinetica.ClearTableMonitorRequest.Options.TRUE = "true" |
Definition at line 94 of file ClearTableMonitor.cs.