Table of Contents

Method ListCollectionsAsync

Namespace
LMKit.Data.Storage
Assembly
LM-Kit.NET.dll

ListCollectionsAsync(CancellationToken)

Asynchronously lists all collection identifiers available in the storage system.

Task<List<string>> ListCollectionsAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token that can be used to cancel the asynchronous operation.

Returns

Task<List<string>>

A task representing the asynchronous operation. The task result is a list of collection identifier strings.