Kinetica C# API  Version 6.2.0.1
kinetica.AdminVerifyDbRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string REBUILD_ON_ERROR = "rebuild_on_error"
 Supported values:

The default value is FALSE. More...

 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string VERIFY_PERSIST = "verify_persist"
 Supported values:

The default value is FALSE. More...

 

Detailed Description

Optional parameters.

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

Definition at line 65 of file AdminVerifyDb.cs.

Member Data Documentation

◆ FALSE

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

Definition at line 84 of file AdminVerifyDb.cs.

◆ REBUILD_ON_ERROR

const string kinetica.AdminVerifyDbRequest.Options.REBUILD_ON_ERROR = "rebuild_on_error"

Supported values:

The default value is FALSE.

Definition at line 82 of file AdminVerifyDb.cs.

◆ TRUE

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

Definition at line 83 of file AdminVerifyDb.cs.

◆ VERIFY_PERSIST

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_PERSIST = "verify_persist"

Supported values:

The default value is FALSE.

Definition at line 100 of file AdminVerifyDb.cs.


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