Table of Contents

Method GetStatusAsync

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

GetStatusAsync(string?, CancellationToken)

The collection's current state, counted (spec 12).

Task<IngestionStatus> GetStatusAsync(string? collectionName = null, CancellationToken ct = default)

Parameters

collectionName string

Null resolves to the single configured collection.

ct CancellationToken

Cancels the counting queries.

Returns

Task<IngestionStatus>

The status.