Table of Contents

Method EnumerateAsync

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

EnumerateAsync(CancellationToken)

Streams the source's items. Enumeration order is the run's document order.

public abstract IAsyncEnumerable<DocumentSourceItem> EnumerateAsync(CancellationToken ct = default)

Parameters

ct CancellationToken

Returns

IAsyncEnumerable<DocumentSourceItem>