Skip to main content

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

const string kinetica.ClearTableMonitorRequest.Options.CLEAR_ALL_REFERENCES = “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

const string kinetica.ClearTableMonitorRequest.Options.FALSE = “false”
static

A boolean constant for the ClearTableMonitorRequest.Options options.

Definition at line 57 of file ClearTableMonitor.cs.

◆ KEEP_AUTOGENERATED_SINK

const string kinetica.ClearTableMonitorRequest.Options.KEEP_AUTOGENERATED_SINK = “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

const string kinetica.ClearTableMonitorRequest.Options.TRUE = “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: