Table of Contents

Method EnsureCollectionDeletedAsync

Namespace
Qavren.Edge.VectorData
Assembly
Qavren.Edge.VectorData.dll

EnsureCollectionDeletedAsync(string, CancellationToken)

Drops a collection's three tables and its triggers without needing a record type: the sidecar names come from the store's name formats, which is the same source EdgeVectorSchema uses.

public override Task EnsureCollectionDeletedAsync(string name, CancellationToken cancellationToken = default)

Parameters

name string

The collection name.

cancellationToken CancellationToken

Cancels the work.

Returns

Task

A task that completes when the transaction has committed.