◆ checkTable() [1/2]
| inline |
Scans the requested tables as specified in 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.
| request_ | Request object containing the parameters for the operation. |
Definition at line 15967 of file KineticaFunctions.cs.
◆ checkTable() [2/2]
| inline |
Scans the requested tables as specified in 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.
| table_names | List of tables to query. An asterisk returns all tables. |
| options | Optional parameters.
|
Definition at line 16062 of file KineticaFunctions.cs.
◆ CheckTableAsync() [1/2]
| inline |
Scans the requested tables as specified in table_names for integrity.
(async)
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.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 15991 of file KineticaFunctions.cs.
◆ CheckTableAsync() [2/2]
| inline |
Scans the requested tables as specified in table_names for integrity.
(async)
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.
| table_names | List of tables to query. An asterisk returns all tables. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16133 of file KineticaFunctions.cs.