A set of results returned by Kinetica.checkTable. More…
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
| 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
| getset |
The chunk identifiers associated with each reported result.
Definition at line 205 of file CheckTable.cs.
◆ info
| getset |
Additional information.
The default value is an empty Dictionary.
Definition at line 220 of file CheckTable.cs.
◆ locations
| getset |
The locations (rank/tom) where each chunk corruption was found.
Definition at line 209 of file CheckTable.cs.
◆ table_names
| 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CheckTable.cs
- Kinetica/Protocol/CheckTable.cs