A set of string constants for the parameter ClearTableMonitorRequest.options. More…
Static 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. | |
| const string | TRUE = “true” |
| A boolean constant for the ClearTableMonitorRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the ClearTableMonitorRequest.Options options. | |
| const string | CLEAR_ALL_REFERENCES = “clear_all_references” |
| If TRUE, all references that share the same ClearTableMonitorRequest.topic_id will be cleared. | |
Detailed Description
A set of string constants for the parameter ClearTableMonitorRequest.options.
Optional parameters.
Definition at line 22 of file ClearTableMonitor.cs.
Member Data Documentation
◆ CLEAR_ALL_REFERENCES
| static |
If TRUE, all references that share the same ClearTableMonitorRequest.topic_id will be cleared.
Supported values:
The default value is FALSE.
Definition at line 80 of file ClearTableMonitor.cs.
◆ FALSE
| static |
A boolean constant for the ClearTableMonitorRequest.Options options.
Definition at line 57 of file ClearTableMonitor.cs.
◆ KEEP_AUTOGENERATED_SINK
| static |
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 49 of file ClearTableMonitor.cs.
◆ TRUE
| static |
A boolean constant for the ClearTableMonitorRequest.Options options.
Definition at line 53 of file ClearTableMonitor.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ClearTableMonitor.cs
- Kinetica/Protocol/ClearTableMonitor.cs