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