Skip to main content

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

Static Public Attributes

const string NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
 If TRUE and if the table specified in ClearTableRequest.table_name does not exist no error is returned.
 
const string TRUE = “true”
 A boolean constant for the ClearTableRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ClearTableRequest.Options options.
 

Detailed Description

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

Optional parameters.

Definition at line 24 of file ClearTable.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the ClearTableRequest.Options options.

Definition at line 56 of file ClearTable.cs.

◆ NO_ERROR_IF_NOT_EXISTS

const string kinetica.ClearTableRequest.Options.NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
static

If TRUE and if the table specified in ClearTableRequest.table_name does not exist no error is returned.

If FALSE and if the table specified in ClearTableRequest.table_name does not exist then an error is returned. Supported values:

The default value is FALSE.

Definition at line 48 of file ClearTable.cs.

◆ TRUE

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

A boolean constant for the ClearTableRequest.Options options.

Definition at line 52 of file ClearTable.cs.


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