Table of Contents

Method DeleteCollectionAsync

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

DeleteCollectionAsync(string, CancellationToken)

Asynchronously deletes the specified collection from the storage system.

Task DeleteCollectionAsync(string collectionIdentifier, CancellationToken cancellationToken = default)

Parameters

collectionIdentifier string

The unique identifier (name) of the collection to delete.

cancellationToken CancellationToken

An optional token that can be used to cancel the asynchronous deletion operation.

Returns

Task

A task representing the asynchronous delete operation.