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

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

Public Attributes

const string REBUILD_ON_ERROR = "rebuild_on_error"
 [DEPRECATED – Use the Rebuild DB feature of GAdmin instead. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string VERIFY_NULLS = "verify_nulls"
 When TRUE, verifies that null values are set to zero. More...
 
const string VERIFY_PERSIST = "verify_persist"
 When TRUE, persistent objects will be compared against their state in memory and workers will be checked for orphaned table data in persist. More...
 
const string CONCURRENT_SAFE = "concurrent_safe"
 When TRUE, allows this endpoint to be run safely with other concurrent database operations. More...
 
const string VERIFY_RANK0 = "verify_rank0"
 If TRUE, compare rank0 table metadata against workers' metadata. More...
 
const string DELETE_ORPHANED_TABLES = "delete_orphaned_tables"
 If TRUE, orphaned table directories found on workers for which there is no corresponding metadata will be deleted. More...
 
const string VERIFY_ORPHANED_TABLES_ONLY = "verify_orphaned_tables_only"
 If TRUE, only the presence of orphaned table directories will be checked, all persistence checks will be skipped. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 23 of file AdminVerifyDb.cs.

Member Data Documentation

◆ CONCURRENT_SAFE

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

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

Supported values:

The default value is TRUE.

Definition at line 89 of file AdminVerifyDb.cs.

◆ DELETE_ORPHANED_TABLES

const string kinetica.AdminVerifyDbRequest.Options.DELETE_ORPHANED_TABLES = "delete_orphaned_tables"

If TRUE, orphaned table directories found on workers for which there is no corresponding metadata will be deleted.

Supported values:

The default value is FALSE.

Definition at line 120 of file AdminVerifyDb.cs.

◆ FALSE

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

Definition at line 41 of file AdminVerifyDb.cs.

◆ REBUILD_ON_ERROR

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

[DEPRECATED – Use the Rebuild DB feature of GAdmin instead.

].

Supported values:

The default value is FALSE.

Definition at line 38 of file AdminVerifyDb.cs.

◆ TRUE

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

Definition at line 40 of file AdminVerifyDb.cs.

◆ VERIFY_NULLS

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

When TRUE, verifies that null values are set to zero.

Supported values:

The default value is FALSE.

Definition at line 56 of file AdminVerifyDb.cs.

◆ VERIFY_ORPHANED_TABLES_ONLY

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_ORPHANED_TABLES_ONLY = "verify_orphaned_tables_only"

If TRUE, only the presence of orphaned table directories will be checked, all persistence checks will be skipped.

Supported values:

The default value is FALSE.

Definition at line 136 of file AdminVerifyDb.cs.

◆ VERIFY_PERSIST

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

When TRUE, persistent objects will be compared against their state in memory and workers will be checked for orphaned table data in persist.

Supported values:

The default value is FALSE.

Definition at line 73 of file AdminVerifyDb.cs.

◆ VERIFY_RANK0

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

If TRUE, compare rank0 table metadata against workers' metadata.

Supported values:

The default value is FALSE.

Definition at line 104 of file AdminVerifyDb.cs.


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