Kinetica   C#   API  Version 7.2.3.0
kinetica.ClearTableMonitorRequest.Options Struct Reference

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

Detailed Description

A set of string constants for the parameter 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"

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

Supported values:

The default value is FALSE.

Definition at line 58 of file ClearTableMonitor.cs.

◆ FALSE

const string kinetica.ClearTableMonitorRequest.Options.FALSE = "false"

Definition at line 42 of file ClearTableMonitor.cs.

◆ KEEP_AUTOGENERATED_SINK

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.

Supported values:

The default value is FALSE.

Definition at line 39 of file ClearTableMonitor.cs.

◆ TRUE

const string kinetica.ClearTableMonitorRequest.Options.TRUE = "true"

Definition at line 41 of file ClearTableMonitor.cs.


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