◆ clearTables() [1/2]
| inline |
Clears (drops) tables in the database cluster.
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| request_ | Request object containing the parameters for the operation. |
Definition at line 16589 of file KineticaFunctions.cs.
◆ clearTables() [2/2]
| inline |
Clears (drops) tables in the database cluster.
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| table_names | Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is prevented by default via system configuration parameter disable_clear_all. The default value is an empty List. |
| options | Optional parameters.
|
Definition at line 16666 of file KineticaFunctions.cs.
◆ ClearTablesAsync() [1/2]
| inline |
Clears (drops) tables in the database cluster.
(async)
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16609 of file KineticaFunctions.cs.
◆ ClearTablesAsync() [2/2]
| inline |
Clears (drops) tables in the database cluster.
(async)
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| table_names | Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is prevented by default via system configuration parameter disable_clear_all. The default value is an empty List. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16724 of file KineticaFunctions.cs.