7 using System.Collections.Generic;
40 public const string TRUE =
"true";
41 public const string FALSE =
"false";
283 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
454 public IList<string>
error_list {
get;
set; } =
new List<string>();
468 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
IList< string > error_list
List of errors found while validating the database internal state.
const string VERIFY_NULLS
When TRUE, verifies that null values are set to zero.
const string REBUILD_ON_ERROR
[DEPRECATED – Use the Rebuild DB feature of GAdmin instead.
const string VERIFY_RANK0
If TRUE, compare rank0 table metadata against workers' metadata.
const string VERIFY_PERSIST
When TRUE, persistent objects will be compared against their state in memory and workers will be chec...
const string DELETE_ORPHANED_TABLES
If TRUE, orphaned table directories found on workers for which there is no corresponding metadata wil...
AdminVerifyDbRequest(IDictionary< string, string > options=null)
Constructs an AdminVerifyDbRequest object with the specified parameters.
long orphaned_tables_total_size
If VERIFY_PERSIST is TRUE, VERIFY_ORPHANED_TABLES_ONLY is TRUE or DELETE_ORPHANED_TABLES is TRUE,...
bool verified_ok
True if no errors were found, false otherwise.
const string CONCURRENT_SAFE
When TRUE, allows this endpoint to be run safely with other concurrent database operations.
const string VERIFY_ORPHANED_TABLES_ONLY
If TRUE, only the presence of orphaned table directories will be checked, all persistence checks will...
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.adminVerifyDb.
A set of string constants for the parameter options.
A set of parameters for Kinetica.adminVerifyDb.
KineticaData - class to help with Avro Encoding for Kinetica
AdminVerifyDbRequest()
Constructs an AdminVerifyDbRequest object with default parameters.