7 using System.Collections.Generic;
141 public const string TRUE =
"true";
142 public const string FALSE =
"false";
312 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
423 this.options =
options ??
new Dictionary<string, string>();
443 public IList<string>
error_list {
get; set; } =
new List<string>();
446 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 enabled, verifies that null values are set to zero Supported values: TRUE FALSE The default va...
const string REBUILD_ON_ERROR
Supported values: TRUE FALSE The default value is FALSE.
const string VERIFY_RANK0
When enabled, compares rank0 table meta-data against workers meta-data Supported values: TRUE FALSE ...
const string VERIFY_PERSIST
Supported values: TRUE FALSE The default value is FALSE.
AdminVerifyDbRequest(IDictionary< string, string > options=null)
Constructs an AdminVerifyDbRequest object with the specified parameters.
bool verified_ok
True if no errors were found, false otherwise.
const string CONCURRENT_SAFE
When enabled, allows this endpoint to be run safely with other concurrent database operations...
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.adminVerifyDb(IDictionary{string, string}). ...
A set of parameters for Kinetica.adminVerifyDb(IDictionary{string, string}).
KineticaData - class to help with Avro Encoding for Kinetica
AdminVerifyDbRequest()
Constructs an AdminVerifyDbRequest object with default parameters.