Method ListCollectionsAsync
ListCollectionsAsync(CancellationToken)
Asynchronously lists all collection identifiers available in the storage system.
Task<List<string>> ListCollectionsAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token that can be used to cancel the asynchronous operation.