Kinetica   C#   API  Version 7.2.3.1
AdminRepairTableRequest.Options Struct Reference

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"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file AdminRepairTable.cs.

Member Data Documentation

◆ ALTER_TABLE

const string AdminRepairTableRequest.Options.ALTER_TABLE = "alter_table"

Reset columns modification after incomplete alter column.

Definition at line 64 of file AdminRepairTable.cs.

◆ DELETE_CHUNKS

const string AdminRepairTableRequest.Options.DELETE_CHUNKS = "delete_chunks"

Deletes any corrupted chunks.

Definition at line 53 of file AdminRepairTable.cs.

◆ FALSE

const string AdminRepairTableRequest.Options.FALSE = "false"

Definition at line 82 of file AdminRepairTable.cs.

◆ REPAIR_POLICY

const string AdminRepairTableRequest.Options.REPAIR_POLICY = "repair_policy"

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 50 of file AdminRepairTable.cs.

◆ REPLAY_WAL

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.

◆ SHRINK_COLUMNS

const string AdminRepairTableRequest.Options.SHRINK_COLUMNS = "shrink_columns"

Shrinks corrupted chunks to the shortest column.

Definition at line 56 of file AdminRepairTable.cs.

◆ TRUE

const string AdminRepairTableRequest.Options.TRUE = "true"

Definition at line 81 of file AdminRepairTable.cs.

◆ VERIFY_ALL

const string AdminRepairTableRequest.Options.VERIFY_ALL = "verify_all"

If FALSE only table chunk data already known to be corrupted will be repaired.

Supported values:

The default value is FALSE.

Definition at line 79 of file AdminRepairTable.cs.


The documentation for this struct was generated from the following file: