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
collectionIdentifierstringThe unique identifier (name) of the collection to check. Implementations may throw an exception if this is null or empty.
cancellationTokenCancellationTokenA token that can be used to cancel the asynchronous operation.