Table of Contents

Method FromRecord

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

FromRecord(IReadOnlyDictionary<string, object?>)

Reads one dynamic record back into the typed view.

public static IngestedChunk FromRecord(IReadOnlyDictionary<string, object?> record)

Parameters

record IReadOnlyDictionary<string, object>

The record the dynamic collection handed back.

Returns

IngestedChunk

The typed chunk.