Skip to main content

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

Static Public Attributes

const string CLEAR_TABLE_MONITORS = “clear_table_monitors”
 If TRUE, any table monitors that use this data sink will be cleared.
 
const string TRUE = “true”
 A boolean constant for the DropDatasinkRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the DropDatasinkRequest.Options options.
 

Detailed Description

A set of string constants for the parameter DropDatasinkRequest.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”
static

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

Supported values:

The default value is FALSE.

Definition at line 47 of file DropDatasink.cs.

◆ FALSE

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

A boolean constant for the DropDatasinkRequest.Options options.

Definition at line 55 of file DropDatasink.cs.

◆ TRUE

const string kinetica.DropDatasinkRequest.Options.TRUE = “true”
static

A boolean constant for the DropDatasinkRequest.Options options.

Definition at line 51 of file DropDatasink.cs.


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