Method DeleteCollectionAsync
DeleteCollectionAsync(string, CancellationToken)
Asynchronously deletes the specified collection from the storage system.
Task DeleteCollectionAsync(string collectionIdentifier, CancellationToken cancellationToken = default)
Parameters
collectionIdentifier
stringThe unique identifier (name) of the collection to delete.
cancellationToken
CancellationTokenAn optional token that can be used to cancel the asynchronous deletion operation.
Returns
- Task
A task representing the asynchronous delete operation.