Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ClearTableMonitorRequest.Options Struct Reference

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...
 

Detailed Description

Optional parameters.

  • 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.
  • CLEAR_ALL_REFERENCES: If true, all references that share the same will be cleared. Supported values: The default value is FALSE.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 72 of file ClearTableMonitor.cs.

Member Data Documentation

const string kinetica.ClearTableMonitorRequest.Options.CLEAR_ALL_REFERENCES = "clear_all_references"

If true, all references that share the same topic_id will be cleared.

Supported values:

The default value is FALSE.

Definition at line 112 of file ClearTableMonitor.cs.

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.


The documentation for this struct was generated from the following file: