Method CollectionExistsAsync
CollectionExistsAsync(string, CancellationToken)
Asynchronously checks if a collection with the specified identifier exists in the storage system.
public Task<bool> CollectionExistsAsync(string collectionIdentifier, CancellationToken cancellationToken = default)Parameters
- collectionIdentifierstring
- The unique identifier (name) of the collection to check. Implementations may throw an exception if this is null or empty. 
- cancellationTokenCancellationToken
- A token that can be used to cancel the asynchronous operation.