Kinetica C# API
Version 7.2.3.0
|
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... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 23 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.CONCURRENT_SAFE = "concurrent_safe" |
const string kinetica.AdminVerifyDbRequest.Options.DELETE_ORPHANED_TABLES = "delete_orphaned_tables" |
const string kinetica.AdminVerifyDbRequest.Options.FALSE = "false" |
Definition at line 41 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 38 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.TRUE = "true" |
Definition at line 40 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.VERIFY_NULLS = "verify_nulls" |
const string kinetica.AdminVerifyDbRequest.Options.VERIFY_ORPHANED_TABLES_ONLY = "verify_orphaned_tables_only" |
const string kinetica.AdminVerifyDbRequest.Options.VERIFY_PERSIST = "verify_persist" |
const string kinetica.AdminVerifyDbRequest.Options.VERIFY_RANK0 = "verify_rank0" |