Skip to main content

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

Static Public Attributes

const string LOCAL_ONLY = “local_only”
 If TRUE only locally persisted files will be checked.
 
const string TRUE = “true”
 A boolean constant for the CheckTableRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the CheckTableRequest.Options options.
 
const string SHOW_DETAIL = “show_detail”
 If TRUE reports individual chunk errors.
 

Detailed Description

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

Optional parameters.

Definition at line 28 of file CheckTable.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the CheckTableRequest.Options options.

Definition at line 54 of file CheckTable.cs.

◆ LOCAL_ONLY

const string kinetica.CheckTableRequest.Options.LOCAL_ONLY = “local_only”
static

If TRUE only locally persisted files will be checked.

Supported values:

The default value is FALSE.

Definition at line 46 of file CheckTable.cs.

◆ SHOW_DETAIL

const string kinetica.CheckTableRequest.Options.SHOW_DETAIL = “show_detail”
static

If TRUE reports individual chunk errors.

Supported values:

The default value is TRUE.

Definition at line 71 of file CheckTable.cs.

◆ TRUE

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

A boolean constant for the CheckTableRequest.Options options.

Definition at line 50 of file CheckTable.cs.


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