Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
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_NULLS = "verify_nulls"
 When enabled, verifies that null values are set to zero Supported values:

The default value is FALSE. More...

 
const string VERIFY_PERSIST = "verify_persist"
 Supported values:

The default value is FALSE. More...

 
const string CONCURRENT_SAFE = "concurrent_safe"
 When enabled, allows this endpoint to be run safely with other concurrent database operations. More...
 
const string VERIFY_RANK0 = "verify_rank0"
 When enabled, compares rank0 table meta-data against workers meta-data 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 123 of file AdminVerifyDb.cs.

Member Data Documentation

const string kinetica.AdminVerifyDbRequest.Options.CONCURRENT_SAFE = "concurrent_safe"

When enabled, allows this endpoint to be run safely with other concurrent database operations.

Other operations may be slower while this is running. Supported values:

The default value is TRUE.

Definition at line 193 of file AdminVerifyDb.cs.

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

Definition at line 142 of file AdminVerifyDb.cs.

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

Supported values:

The default value is FALSE.

Definition at line 140 of file AdminVerifyDb.cs.

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

Definition at line 141 of file AdminVerifyDb.cs.

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_NULLS = "verify_nulls"

When enabled, verifies that null values are set to zero Supported values:

The default value is FALSE.

Definition at line 159 of file AdminVerifyDb.cs.

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

Supported values:

The default value is FALSE.

Definition at line 175 of file AdminVerifyDb.cs.

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_RANK0 = "verify_rank0"

When enabled, compares rank0 table meta-data against workers meta-data Supported values:

The default value is FALSE.

Definition at line 210 of file AdminVerifyDb.cs.


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