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