Click or drag to resize

ArchiveDataBlock Properties

The ArchiveDataBlock type exposes the following members.

Properties
  Name Description
Public property Capacity Gets the maximum number of ArchiveDataPoints that can be stored in the ArchiveDataBlock.
Public property Index Gets the 0-based index of the ArchiveDataBlock.
Public property IsActive Gets a boolean value that indicates whether the ArchiveDataBlock is being actively used.
Public property Location Gets the start location (byte position) of the ArchiveDataBlock in the ArchiveFile.
Public property SlotsAvailable Gets the number of ArchiveDataPoints that can to written to the ArchiveDataBlock.
Public property SlotsUsed Gets the number of ArchiveDataPoints that have been written to the ArchiveDataBlock.
Top
See Also