7 using System.Collections.Generic;
74 public const string TRUE =
"true";
75 public const string FALSE =
"false";
80 public IList<string>
table_names {
get;
set; } =
new List<string>();
133 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
196 IDictionary<string, string>
options =
null)
198 this.table_names =
table_names ??
new List<string>();
209 public IList<string>
table_names {
get;
set; } =
new List<string>();
215 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string SHRINK_COLUMNS
Shrinks corrupted chunks to the shortest column
IList< string > repair_status
List of repair status by table.
AdminRepairTableRequest()
Constructs an AdminRepairTableRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.adminRepairTable.
const string REPAIR_POLICY
Corrective action to take.
IDictionary< string, string > info
Additional information.
IList< string > table_names
List of tables to query.
IList< string > table_names
List of repaired tables.
AdminRepairTableRequest(IList< string > table_names, IDictionary< string, string > options=null)
Constructs an AdminRepairTableRequest object with the specified parameters.
const string REPLAY_WAL
Manually invokes wal replay on the table
const string DELETE_CHUNKS
Deletes any corrupted chunks
KineticaData - class to help with Avro Encoding for Kinetica
A set of string constants for the parameter options.
A set of results returned by Kinetica.adminRepairTable.
const string VERIFY_ALL
If FALSE only table chunk data already known to be corrupted will be repaired.