7 using System.Collections.Generic;
23 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
37 this.options =
options ??
new Dictionary<string, string>();
53 public IList<string>
error_list {
get; set; } =
new List<string>();
IList< string > error_list
List of errors found while validating the database internal state.
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.
IDictionary< string, string > options
Optional parameters.
A set of results returned by /admin/verifydb.
A set of parameters for /admin/verifydb.
KineticaData - class to help with Avro Encoding for Kinetica
AdminVerifyDbRequest()
Constructs an AdminVerifyDbRequest object with default parameters.