◆ hasTable() [1/2]
| inline |
Checks for the existence of a table with the given name.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 43975 of file KineticaFunctions.cs.
◆ hasTable() [2/2]
| inline |
Checks for the existence of a table with the given name.
Parameters
| table_name | Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 44010 of file KineticaFunctions.cs.
◆ HasTableAsync() [1/2]
| inline |
Checks for the existence of a table with the given name.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 43991 of file KineticaFunctions.cs.
◆ HasTableAsync() [2/2]
| inline |
Checks for the existence of a table with the given name.
(async)
Parameters
| table_name | Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 44029 of file KineticaFunctions.cs.