Skip to main content

A set of results returned by Kinetica.checkTable. More…

Inheritance diagram for kinetica.CheckTableResponse:
Collaboration diagram for kinetica.CheckTableResponse:

Properties

IList< string > table_names = new List<string>() [get, set]
 The names of the tables that were checked.
 
IList< string > ids = new List<string>() [get, set]
 The chunk identifiers associated with each reported result.
 
IList< string > locations = new List<string>() [get, set]
 The locations (rank/tom) where each chunk corruption was found.
 
IList< string > errors = new List<string>() [get, set]
 A description of each corruption error detected or count of the errors, based on SHOW_DETAIL.
 
IDictionary< string, string > info = new Dictionary<string, string>() [get, set]
 Additional information.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 Static Public Member Functions inherited from kinetica.KineticaData
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 

Detailed Description

A set of results returned by Kinetica.checkTable.

Definition at line 198 of file CheckTable.cs.

Property Documentation

◆ errors

IList< string > kinetica.CheckTableResponse.errors = new List<string>()
getset

A description of each corruption error detected or count of the errors, based on SHOW_DETAIL.

Definition at line 215 of file CheckTable.cs.

◆ ids

IList< string > kinetica.CheckTableResponse.ids = new List<string>()
getset

The chunk identifiers associated with each reported result.

Definition at line 205 of file CheckTable.cs.

◆ info

IDictionary< string, string > kinetica.CheckTableResponse.info = new Dictionary<string, string>()
getset

Additional information.

The default value is an empty Dictionary.

Definition at line 220 of file CheckTable.cs.

◆ locations

IList< string > kinetica.CheckTableResponse.locations = new List<string>()
getset

The locations (rank/tom) where each chunk corruption was found.

Definition at line 209 of file CheckTable.cs.

◆ table_names

IList< string > kinetica.CheckTableResponse.table_names = new List<string>()
getset

The names of the tables that were checked.

Definition at line 201 of file CheckTable.cs.


The documentation for this class was generated from the following files: