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

A set of string constants for the parameter options. More...

Public Attributes

const string CLEAR_TABLE_MONITORS = "clear_table_monitors"
 If TRUE, any table monitors that use this data sink will be cleared. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 27 of file DropDatasink.cs.

Member Data Documentation

◆ CLEAR_TABLE_MONITORS

const string kinetica.DropDatasinkRequest.Options.CLEAR_TABLE_MONITORS = "clear_table_monitors"

If TRUE, any table monitors that use this data sink will be cleared.

Supported values:

The default value is FALSE.

Definition at line 43 of file DropDatasink.cs.

◆ FALSE

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

Definition at line 46 of file DropDatasink.cs.

◆ TRUE

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

Definition at line 45 of file DropDatasink.cs.


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