A set of string constants for the parameter AdminRepairTableRequest.options. More…
Static Public Attributes | |
| const string | REPAIR_POLICY = “repair_policy” |
| Corrective action to take. | |
| const string | DELETE_CHUNKS = “delete_chunks” |
| Deletes any corrupted chunks. | |
| const string | SHRINK_COLUMNS = “shrink_columns” |
| Shrinks corrupted chunks to the shortest column. | |
| const string | REPLAY_WAL = “replay_wal” |
| Manually invokes write-ahead log (WAL) replay on the table. | |
| const string | ALTER_TABLE = “alter_table” |
| Reset columns modification after incomplete alter column. | |
| const string | VERIFY_ALL = “verify_all” |
| If FALSE only table chunk data already known to be corrupted will be repaired. | |
| const string | TRUE = “true” |
| A boolean constant for the AdminRepairTableRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the AdminRepairTableRequest.Options options. | |
Detailed Description
A set of string constants for the parameter AdminRepairTableRequest.options.
Optional parameters.
Definition at line 21 of file AdminRepairTable.cs.
Member Data Documentation
◆ ALTER_TABLE
| static |
Reset columns modification after incomplete alter column.
Definition at line 68 of file AdminRepairTable.cs.
◆ DELETE_CHUNKS
| static |
Deletes any corrupted chunks.
Definition at line 57 of file AdminRepairTable.cs.
◆ FALSE
| static |
A boolean constant for the AdminRepairTableRequest.Options options.
Definition at line 100 of file AdminRepairTable.cs.
◆ REPAIR_POLICY
| static |
Corrective action to take.
Supported values:
- DELETE_CHUNKS: Deletes any corrupted chunks.
- SHRINK_COLUMNS: Shrinks corrupted chunks to the shortest column.
- REPLAY_WAL: Manually invokes write-ahead log (WAL) replay on the table.
- ALTER_TABLE: Reset columns modification after incomplete alter column.
Definition at line 54 of file AdminRepairTable.cs.
◆ REPLAY_WAL
| static |
Manually invokes write-ahead log (WAL) replay on the table.
Definition at line 64 of file AdminRepairTable.cs.
◆ SHRINK_COLUMNS
| static |
Shrinks corrupted chunks to the shortest column.
Definition at line 60 of file AdminRepairTable.cs.
◆ TRUE
| static |
A boolean constant for the AdminRepairTableRequest.Options options.
Definition at line 96 of file AdminRepairTable.cs.
◆ VERIFY_ALL
| static |
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AdminRepairTable.cs
- Kinetica/Protocol/AdminRepairTable.cs