Click or drag to resize

MetadataFileRead Method

Reads file records from disk if records were not loaded in memory otherwise returns the records in memory.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public override IEnumerable<MetadataRecord> Read()
View Source

Return Value

IEnumerableMetadataRecord
Records of the file.
See Also