Click or drag to resize

ArchiveFileAllocationTableFindDataBlocks(Int32, TimeTag, TimeTag, Boolean) Method

Returns all ArchiveDataBlocks in the ArchiveFile for the specified historianID with ArchiveDataPoints between the specified startTime and endTime.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public List<ArchiveDataBlock> FindDataBlocks(
	int historianID,
	TimeTag startTime,
	TimeTag endTime,
	bool preRead = true
)
View Source

Parameters

historianID  Int32
Historian identifier.
startTime  TimeTag
Start TimeTag.
endTime  TimeTag
End TimeTag.
preRead  Boolean  (Optional)
true to pre-read data to locate write cursor.

Return Value

ListArchiveDataBlock
A collection of ArchiveDataBlocks.
See Also