Click or drag to resize

ArchiveFileAllocationTableDataBlockPointers Property


Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IList<ArchiveDataBlockPointer> DataBlockPointers { get; }
View Source

Property Value

IListArchiveDataBlockPointer
Remarks
WARNING: DataBlockPointers is not thread safe. Synchronized access is required.
See Also