Kinetica   C#   API  Version 7.2.3.1
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 27 of file CheckTable.cs.

Member Data Documentation

◆ FALSE

const string CheckTableRequest.Options.FALSE = "false"

Definition at line 45 of file CheckTable.cs.

◆ LOCAL_ONLY

const string 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 42 of file CheckTable.cs.

◆ SHOW_DETAIL

const string CheckTableRequest.Options.SHOW_DETAIL = "show_detail"

If TRUE reports individual chunk errors.

Supported values:

The default value is TRUE.

Definition at line 60 of file CheckTable.cs.

◆ TRUE

const string CheckTableRequest.Options.TRUE = "true"

Definition at line 44 of file CheckTable.cs.


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