Table of Contents

Method DeleteCollectionAsync

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

DeleteCollectionAsync(string, CancellationToken)

Asynchronously deletes the specified collection from the storage system.

public 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.