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
readerIngestionDocumentReaderThe MEDI reader.
idstringStable, lower-case; feeds the recipe hash.
extensionsIReadOnlyList<string>Lower-case, dotted extensions this reader claims.
mediaTypesIReadOnlyList<string>Media types this reader claims.
versionintBump when the reader's output changes for identical input.