◆ dropCatalog() [1/2]
| inline |
Drops an existing catalog.
Any external tables that depend on the catalog must be dropped before it can be dropped.
| request_ | Request object containing the parameters for the operation. |
Definition at line 32885 of file KineticaFunctions.cs.
◆ dropCatalog() [2/2]
| inline |
Drops an existing catalog.
Any external tables that depend on the catalog must be dropped before it can be dropped.
| name | Name of the catalog to be dropped. Must be an existing catalog. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 32920 of file KineticaFunctions.cs.
◆ DropCatalogAsync() [1/2]
| inline |
Drops an existing catalog.
(async)
Any external tables that depend on the catalog must be dropped before it can be dropped.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 32902 of file KineticaFunctions.cs.
◆ DropCatalogAsync() [2/2]
| inline |
Drops an existing catalog.
(async)
Any external tables that depend on the catalog must be dropped before it can be dropped.
| name | Name of the catalog to be dropped. Must be an existing catalog. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 32938 of file KineticaFunctions.cs.