Kinetica C# API  Version 7.1.10.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"
 [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 Supported values:

The default value is FALSE. 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 Supported values:

The default value is FALSE. 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 Supported values:

The default value is FALSE. More...

 

Detailed Description

Optional parameters.

  • REBUILD_ON_ERROR: [DEPRECATED – Use the Rebuild DB feature of GAdmin instead.] Supported values: The default value is FALSE.
  • VERIFY_NULLS: When true, verifies that null values are set to zero Supported values: The default value is FALSE.
  • 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. To check for orphaned worker data, either set concurrent_safe in to true or place the database offline. Supported values: The default value is FALSE.
  • CONCURRENT_SAFE: 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.
  • VERIFY_RANK0: If true, compare rank0 table metadata against workers' metadata Supported values: The default value is FALSE.
  • DELETE_ORPHANED_TABLES: If true, orphaned table directories found on workers for which there is no corresponding metadata will be deleted. Must set verify_persist in to true. It is recommended to run this while the database is offline OR set concurrent_safe in to true Supported values: The default value is FALSE.
  • 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.

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

Definition at line 173 of file AdminVerifyDb.cs.

Member Data Documentation

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

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 248 of file AdminVerifyDb.cs.

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.

Must set verify_persist in options to true. It is recommended to run this while the database is offline OR set concurrent_safe in options to true Supported values:

The default value is FALSE.

Definition at line 286 of file AdminVerifyDb.cs.

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

Definition at line 193 of file AdminVerifyDb.cs.

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 191 of file AdminVerifyDb.cs.

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

Definition at line 192 of file AdminVerifyDb.cs.

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 210 of file AdminVerifyDb.cs.

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 304 of file AdminVerifyDb.cs.

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.

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

The default value is FALSE.

Definition at line 230 of file AdminVerifyDb.cs.

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 265 of file AdminVerifyDb.cs.


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