Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | REPAIR_POLICY = "repair_policy" |
Corrective action to take. More... | |
const string | DELETE_CHUNKS = "delete_chunks" |
Deletes any corrupted chunks More... | |
const string | SHRINK_COLUMNS = "shrink_columns" |
Shrinks corrupted chunks to the shortest column More... | |
const string | REPLAY_WAL = "replay_wal" |
Manually invokes wal replay on the table More... | |
const string | VERIFY_ALL = "verify_all" |
If FALSE only table chunk data already known to be corrupted will be repaired. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file AdminRepairTable.cs.
const string kinetica.AdminRepairTableRequest.Options.DELETE_CHUNKS = "delete_chunks" |
Deletes any corrupted chunks
Definition at line 49 of file AdminRepairTable.cs.
const string kinetica.AdminRepairTableRequest.Options.FALSE = "false" |
Definition at line 75 of file AdminRepairTable.cs.
const string kinetica.AdminRepairTableRequest.Options.REPAIR_POLICY = "repair_policy" |
Corrective action to take.
Supported values:
Definition at line 46 of file AdminRepairTable.cs.
const string kinetica.AdminRepairTableRequest.Options.REPLAY_WAL = "replay_wal" |
Manually invokes wal replay on the table
Definition at line 56 of file AdminRepairTable.cs.
const string kinetica.AdminRepairTableRequest.Options.SHRINK_COLUMNS = "shrink_columns" |
Shrinks corrupted chunks to the shortest column
Definition at line 53 of file AdminRepairTable.cs.
const string kinetica.AdminRepairTableRequest.Options.TRUE = "true" |
Definition at line 74 of file AdminRepairTable.cs.
const string kinetica.AdminRepairTableRequest.Options.VERIFY_ALL = "verify_all" |