Skip to main content

◆ dropCatalog() [1/2]

DropCatalogResponse kinetica.Kinetica.dropCatalog (DropCatalogRequestrequest_)
inline

Drops an existing catalog.

Any external tables that depend on the catalog must be dropped before it can be dropped.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 32885 of file KineticaFunctions.cs.

◆ dropCatalog() [2/2]

DropCatalogResponse kinetica.Kinetica.dropCatalog (stringname,
IDictionary< string, string >options = null )
inline

Drops an existing catalog.

Any external tables that depend on the catalog must be dropped before it can be dropped.

Parameters
nameName of the catalog to be dropped. Must be an existing catalog.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 32920 of file KineticaFunctions.cs.

◆ DropCatalogAsync() [1/2]

async System.Threading.Tasks.Task< DropCatalogResponse > kinetica.Kinetica.DropCatalogAsync (DropCatalogRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Drops an existing catalog.

(async)

Any external tables that depend on the catalog must be dropped before it can be dropped.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 32902 of file KineticaFunctions.cs.

◆ DropCatalogAsync() [2/2]

async System.Threading.Tasks.Task< DropCatalogResponse > kinetica.Kinetica.DropCatalogAsync (stringname,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Drops an existing catalog.

(async)

Any external tables that depend on the catalog must be dropped before it can be dropped.

Parameters
nameName of the catalog to be dropped. Must be an existing catalog.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 32938 of file KineticaFunctions.cs.