Click or drag to resize

ArchiveFileAllocationTableDataPointsArchived Property

Gets or sets the number ArchiveDataPoints archived by the ArchiveFile.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public int DataPointsArchived { get; set; }
View Source

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive or zero.
See Also