milvus-logo
LFAI
< Docs
  • C#

DropDatabaseAsync()

Drops a database.

Invocation

await milvusClient.DropDatabaseAsync(databaseName, cancellationToken = default);

Parameters

ParameterDescriptionTypeRequired
databaseNameThe name of the database to be dropped.stringTrue
cancellationTokenThe token to monitor for cancellation requests. The default value is CancellationToken.None.CancellationTokenFalse

Return

This method does not return any value.

Feedback

Was this page helpful?