Kinetica   C#   API  Version 7.2.3.0
kinetica.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 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"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file AdminRepairTable.cs.

Member Data Documentation

◆ DELETE_CHUNKS

const string kinetica.AdminRepairTableRequest.Options.DELETE_CHUNKS = "delete_chunks"

Deletes any corrupted chunks

Definition at line 49 of file AdminRepairTable.cs.

◆ FALSE

const string kinetica.AdminRepairTableRequest.Options.FALSE = "false"

Definition at line 75 of file AdminRepairTable.cs.

◆ REPAIR_POLICY

const string kinetica.AdminRepairTableRequest.Options.REPAIR_POLICY = "repair_policy"

Corrective action to take.

Supported values:

Definition at line 46 of file AdminRepairTable.cs.

◆ REPLAY_WAL

const string kinetica.AdminRepairTableRequest.Options.REPLAY_WAL = "replay_wal"

Manually invokes wal replay on the table

Definition at line 56 of file AdminRepairTable.cs.

◆ SHRINK_COLUMNS

const string kinetica.AdminRepairTableRequest.Options.SHRINK_COLUMNS = "shrink_columns"

Shrinks corrupted chunks to the shortest column

Definition at line 53 of file AdminRepairTable.cs.

◆ TRUE

const string kinetica.AdminRepairTableRequest.Options.TRUE = "true"

Definition at line 74 of file AdminRepairTable.cs.

◆ VERIFY_ALL

const string kinetica.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 72 of file AdminRepairTable.cs.


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