|
MetadataFileWrite(Int32, MetadataRecord) Method
|
Writes specified record to disk if records were not loaded in memory otherwise updates the record in memory.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax function Write(recordIndex, record);
View SourceParameters
- recordIndex Int32
- 1-based index of the record to be written.
- record MetadataRecord
- Record to be written.
See Also