Click or drag to resize

ArchiveFileReadMetaDataSummary Method

Reads MetadataRecordSummary for the specified historianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public byte[] ReadMetaDataSummary(
	int historianID
)
View Source

Parameters

historianID  Int32
Historian identifier.

Return Value

Byte
A Byte array containing MetadataRecordSummary of MetadataRecordSummary if found; otherwise null.

Implements

IArchiveReadMetaDataSummary(Int32)
See Also