Method FromRecord
FromRecord(IReadOnlyDictionary<string, object?>)
Reads one dynamic record back into the typed view.
public static IngestedChunk FromRecord(IReadOnlyDictionary<string, object?> record)
Parameters
recordIReadOnlyDictionary<string, object>The record the dynamic collection handed back.
Returns
- IngestedChunk
The typed chunk.