Method GetStatusAsync
GetStatusAsync(string?, CancellationToken)
The collection's current state, counted (spec 12).
Task<IngestionStatus> GetStatusAsync(string? collectionName = null, CancellationToken ct = default)
Parameters
collectionNamestringNull resolves to the single configured collection.
ctCancellationTokenCancels the counting queries.
Returns
- Task<IngestionStatus>
The status.