|
Kinetica C# API
Version 7.2.3.1
|
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 write-ahead log (WAL) replay on the table. More... | |
| const string | ALTER_TABLE = "alter_table" |
| Reset columns modification after incomplete alter column. 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 AdminRepairTableRequest.Options.ALTER_TABLE = "alter_table" |
Reset columns modification after incomplete alter column.
Definition at line 64 of file AdminRepairTable.cs.
| const string AdminRepairTableRequest.Options.DELETE_CHUNKS = "delete_chunks" |
Deletes any corrupted chunks.
Definition at line 53 of file AdminRepairTable.cs.
| const string AdminRepairTableRequest.Options.FALSE = "false" |
Definition at line 82 of file AdminRepairTable.cs.
| const string AdminRepairTableRequest.Options.REPAIR_POLICY = "repair_policy" |
Corrective action to take.
Supported values:
Definition at line 50 of file AdminRepairTable.cs.
| const string AdminRepairTableRequest.Options.REPLAY_WAL = "replay_wal" |
Manually invokes write-ahead log (WAL) replay on the table.
Definition at line 60 of file AdminRepairTable.cs.
| const string AdminRepairTableRequest.Options.SHRINK_COLUMNS = "shrink_columns" |
Shrinks corrupted chunks to the shortest column.
Definition at line 56 of file AdminRepairTable.cs.
| const string AdminRepairTableRequest.Options.TRUE = "true" |
Definition at line 81 of file AdminRepairTable.cs.
| const string AdminRepairTableRequest.Options.VERIFY_ALL = "verify_all" |