Table of Contents

Method Items

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

Items(IEnumerable<DocumentSourceItem>, string)

THE MOBILE SHAPE. Opaque handles: a SAF content:// URI, a security-scoped bookmark, a MAUI FileResult, a blob in app storage. SP3 never interprets the handle; the consumer's OpenAsync does. See spec 11.3.

public static IngestionSource Items(IEnumerable<DocumentSourceItem> items, string sourceId)

Parameters

items IEnumerable<DocumentSourceItem>
sourceId string

Returns

IngestionSource

Items(Func<CancellationToken, IAsyncEnumerable<DocumentSourceItem>>, string)

Streaming form, for a picker that pages or a provider that enumerates lazily.

public static IngestionSource Items(Func<CancellationToken, IAsyncEnumerable<DocumentSourceItem>> enumerate, string sourceId)

Parameters

enumerate Func<CancellationToken, IAsyncEnumerable<DocumentSourceItem>>
sourceId string

Returns

IngestionSource