|
MetadataFileRead(Int32) Method
|
Reads specified file record from disk if records were not loaded in memory otherwise returns the record in memory.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax function Read(recordIndex);
View SourceParameters
- recordIndex Int32
- 1-based index of the record to be read.
Return Value
MetadataRecordRecord with the specified ID if it exists; otherwise null.
See Also