Skip to main content

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

Static Public Attributes

const string REBUILD_ON_ERROR = “rebuild_on_error”
 [DEPRECATED] Use the Rebuild DB feature of GAdmin instead.
 
const string TRUE = “true”
 A boolean constant for the AdminVerifyDbRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the AdminVerifyDbRequest.Options options.
 
const string VERIFY_NULLS = “verify_nulls”
 When TRUE, verifies that null values are set to zero.
 
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.
 
const string CONCURRENT_SAFE = “concurrent_safe”
 When TRUE, allows this endpoint to be run safely with other concurrent database operations.
 
const string VERIFY_RANK0 = “verify_rank0”
 If TRUE, compare rank0 table metadata against workers’ metadata.
 
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.
 
const string VERIFY_ORPHANED_TABLES_ONLY = “verify_orphaned_tables_only”
 If TRUE, only the presence of orphaned table directories will be checked, all persistence and table consistency checks will be skipped.
 
const string TABLE_INCLUDES = “table_includes”
 Comma-separated list of table names to include when verifying table consistency on wokers.
 
const string TABLE_EXCLUDES = “table_excludes”
 Comma-separated list of table names to exclude when verifying table consistency on wokers.
 

Detailed Description

A set of string constants for the parameter AdminVerifyDbRequest.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”
static

When TRUE, 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 119 of file AdminVerifyDb.cs.

◆ DELETE_ORPHANED_TABLES

const string kinetica.AdminVerifyDbRequest.Options.DELETE_ORPHANED_TABLES = “delete_orphaned_tables”
static

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

It is recommended to run this while the database is offline OR set CONCURRENT_SAFE in AdminVerifyDbRequest.options to TRUE. Supported values:

The default value is FALSE.

Definition at line 165 of file AdminVerifyDb.cs.

◆ FALSE

const string kinetica.AdminVerifyDbRequest.Options.FALSE = “false”
static

A boolean constant for the AdminVerifyDbRequest.Options options.

Definition at line 50 of file AdminVerifyDb.cs.

◆ REBUILD_ON_ERROR

const string kinetica.AdminVerifyDbRequest.Options.REBUILD_ON_ERROR = “rebuild_on_error”
static

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

Supported values:

The default value is FALSE.

Definition at line 42 of file AdminVerifyDb.cs.

◆ TABLE_EXCLUDES

const string kinetica.AdminVerifyDbRequest.Options.TABLE_EXCLUDES = “table_excludes”
static

Comma-separated list of table names to exclude when verifying table consistency on wokers.

Cannot be used simultaneously with TABLE_INCLUDES.

Definition at line 200 of file AdminVerifyDb.cs.

◆ TABLE_INCLUDES

const string kinetica.AdminVerifyDbRequest.Options.TABLE_INCLUDES = “table_includes”
static

Comma-separated list of table names to include when verifying table consistency on wokers.

Cannot be used simultaneously with TABLE_EXCLUDES.

Definition at line 193 of file AdminVerifyDb.cs.

◆ TRUE

const string kinetica.AdminVerifyDbRequest.Options.TRUE = “true”
static

A boolean constant for the AdminVerifyDbRequest.Options options.

Definition at line 46 of file AdminVerifyDb.cs.

◆ VERIFY_NULLS

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_NULLS = “verify_nulls”
static

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

Supported values:

The default value is FALSE.

Definition at line 70 of file AdminVerifyDb.cs.

◆ VERIFY_ORPHANED_TABLES_ONLY

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_ORPHANED_TABLES_ONLY = “verify_orphaned_tables_only”
static

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

Supported values:

The default value is FALSE.

Definition at line 186 of file AdminVerifyDb.cs.

◆ VERIFY_PERSIST

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_PERSIST = “verify_persist”
static

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

To check for orphaned worker data, either set CONCURRENT_SAFE in AdminVerifyDbRequest.options to TRUE or place the database offline. Supported values:

The default value is FALSE.

Definition at line 96 of file AdminVerifyDb.cs.

◆ VERIFY_RANK0

const string kinetica.AdminVerifyDbRequest.Options.VERIFY_RANK0 = “verify_rank0”
static

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

Supported values:

The default value is FALSE.

Definition at line 139 of file AdminVerifyDb.cs.


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