Table of Contents

Constructor ExtractionContext

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

ExtractionContext(string, string, long, ExtractionOptions, ILogger)

What an extractor is handed. Read-only: warnings come back on Warnings.

public ExtractionContext(string SourceId, string CollectionName, long MaxDocumentBytes, ExtractionOptions Options, ILogger Logger)

Parameters

SourceId string
CollectionName string
MaxDocumentBytes long
Options ExtractionOptions
Logger ILogger