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

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

Public Attributes

const string LOCAL_ONLY = "local_only"
 If TRUE only locally persisted files will be checked. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string SHOW_DETAIL = "show_detail"
 If TRUE reports individual chunk errors. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 28 of file CheckTable.cs.

Member Data Documentation

◆ FALSE

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

Definition at line 46 of file CheckTable.cs.

◆ LOCAL_ONLY

const string kinetica.CheckTableRequest.Options.LOCAL_ONLY = "local_only"

If TRUE only locally persisted files will be checked.

Supported values:

The default value is FALSE.

Definition at line 43 of file CheckTable.cs.

◆ SHOW_DETAIL

const string kinetica.CheckTableRequest.Options.SHOW_DETAIL = "show_detail"

If TRUE reports individual chunk errors.

Supported values:

The default value is TRUE.

Definition at line 61 of file CheckTable.cs.

◆ TRUE

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

Definition at line 45 of file CheckTable.cs.


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