Click or drag to resize

ArchiveReaderOpen Method

Opens the ArchiveFile for use.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public void Open(
	string fileName,
	string offloadLocation = ""
)
View Source

Parameters

fileName  String
Archive .D archive file name.
offloadLocation  String  (Optional)
Path to archive offload location.
See Also