Kinetica C# API
Version 7.1.10.0
|
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: | |
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: | |
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: | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 173 of file AdminVerifyDb.cs.
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.