Table of Contents

Constructor MediReaderAdapter

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

MediReaderAdapter(IngestionDocumentReader, string, IReadOnlyList<string>, IReadOnlyList<string>, int)

Creates the adapter.

public MediReaderAdapter(IngestionDocumentReader reader, string id, IReadOnlyList<string> extensions, IReadOnlyList<string> mediaTypes, int version = 1)

Parameters

reader IngestionDocumentReader

The MEDI reader.

id string

Stable, lower-case; feeds the recipe hash.

extensions IReadOnlyList<string>

Lower-case, dotted extensions this reader claims.

mediaTypes IReadOnlyList<string>

Media types this reader claims.

version int

Bump when the reader's output changes for identical input.