Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. 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... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 22 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 42 of file ClearTableMonitor.cs.
const string kinetica.ClearTableMonitorRequest.Options.KEEP_AUTOGENERATED_SINK = "keep_autogenerated_sink" |
const string kinetica.ClearTableMonitorRequest.Options.TRUE = "true" |
Definition at line 41 of file ClearTableMonitor.cs.