A set of parameters for Kinetica.checkTable. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter CheckTableRequest.options. More… | |
Public Member Functions | |
| CheckTableRequest () | |
| Constructs a CheckTableRequest object with default parameters. | |
| CheckTableRequest (IList< string > table_names, IDictionary< string, string > options=null) | |
| Constructs a CheckTableRequest object with the specified parameters. | |
| CheckTableRequest () | |
| Constructs a CheckTableRequest object with default parameters. | |
| CheckTableRequest (IList< string > table_names, IDictionary< string, string > options=null) | |
| Constructs a CheckTableRequest object with the specified parameters. | |
| 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. | |
Properties | |
| IList< string > | table_names = new List<string>() [get, set] |
| List of tables to query. | |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| 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 parameters for Kinetica.checkTable.
Scans the requested tables as specified in CheckTableRequest.table_names for integrity. Any table chunks which fail the check will be marked as corrupt. By default the database will automatically repair corrupt tables (via truncating). Note that since this reads every table column from disk it may be a potentially long-running operation. The option LOCAL_ONLY can be used to skip any table files already written to a remote storage. Returns table corruption results.
Definition at line 23 of file CheckTable.cs.
Constructor & Destructor Documentation
◆ CheckTableRequest() [1/4]
| inline |
Constructs a CheckTableRequest object with default parameters.
Definition at line 131 of file CheckTable.cs.
◆ CheckTableRequest() [2/4]
| inline |
Constructs a CheckTableRequest object with the specified parameters.
| table_names | List of tables to query. An asterisk returns all tables. |
| options | Optional parameters.
|
Definition at line 187 of file CheckTable.cs.
◆ CheckTableRequest() [3/4]
| inline |
Constructs a CheckTableRequest object with default parameters.
Definition at line 131 of file CheckTable.cs.
◆ CheckTableRequest() [4/4]
| inline |
Constructs a CheckTableRequest object with the specified parameters.
| table_names | List of tables to query. An asterisk returns all tables. |
| options | Optional parameters.
|
Definition at line 187 of file CheckTable.cs.
Property Documentation
◆ options
| getset |
Optional parameters.
- LOCAL_ONLY: If TRUE only locally persisted files will be checked. Supported values:The default value is FALSE.
- SHOW_DETAIL: If TRUE reports individual chunk errors. Supported values:The default value is TRUE.
The default value is an empty Dictionary.
Definition at line 127 of file CheckTable.cs.
◆ table_names
| getset |
List of tables to query.
An asterisk returns all tables.
Definition at line 76 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