Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ClearTableRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"
 If true and if the table specified in table_name does not exist no error is returned. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

Optional parameters.

  • NO_ERROR_IF_NOT_EXISTS: If true and if the table specified in does not exist no error is returned. If false and if the table specified in does not exist then an error is returned. Supported values: The default value is FALSE.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 53 of file ClearTable.cs.

Member Data Documentation

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

Definition at line 75 of file ClearTable.cs.

const string kinetica.ClearTableRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"

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

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

The default value is FALSE.

Definition at line 73 of file ClearTable.cs.

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

Definition at line 74 of file ClearTable.cs.


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