Click or drag to resize

ArchiveFileAllocationTableExtend(Int32) Method

Extends the ArchiveFile by the specified number of ArchiveDataBlocks.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public void Extend(
	int dataBlocksToAdd
)
View Source

Parameters

dataBlocksToAdd  Int32
Number of ArchiveDataBlocks to add to the ArchiveFile.
See Also