Represents the File Allocation Table of an ArchiveFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ArchiveFileAllocationTable : ISupportBinaryImage
Public Class ArchiveFileAllocationTable _ Implements ISupportBinaryImage
public ref class ArchiveFileAllocationTable : ISupportBinaryImage
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
BinaryImage |
Gets the binary representation of ArchiveFileAllocationTable.
| |
BinaryLength |
Gets the length of the BinaryImage.
| |
DataBlockCount |
Gets the total number of ArchiveDataBlocks in the ArchiveFile.
| |
DataBlockPointers | ||
DataBlocksAvailable |
Gets the number of unused ArchiveDataBlocks in the ArchiveFile.
| |
DataBlockSize |
Gets the size (in KB) of a single ArchiveDataBlock in the ArchiveFile.
| |
DataBlocksUsed |
Gets the number of used ArchiveDataBlocks in the ArchiveFile.
| |
DataPointsArchived |
Gets or sets the number ArchiveDataPoints archived by the ArchiveFile.
| |
DataPointsReceived |
Gets or sets the number ArchiveDataPoints received by the ArchiveFile for archival.
| |
Equals(Object) | (Inherited from Object.) | |
Extend()()() |
Extends the ArchiveFile by one ArchiveDataBlock.
| |
Extend(Int32) |
Extends the ArchiveFile by the specified number of ArchiveDataBlocks.
| |
FileEndTime | ||
FileStartTime | ||
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FindDataBlock(Int32) | ||
FindDataBlocks(Int32) | ||
FindDataBlocks(Int32, TimeTag) |
Returns all ArchiveDataBlocks in the ArchiveFile for the specified historianID with ArchiveDataPoint points later than the specified startTime.
| |
FindDataBlocks(Int32, TimeTag, TimeTag) |
Returns all ArchiveDataBlocks in the ArchiveFile for the specified historianID with ArchiveDataPoints between the specified startTime and endTime.
| |
FindLastDataBlock(Int32) | ||
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes ArchiveFileAllocationTable from the specified binaryImage.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Save()()() |
Saves the ArchiveFileAllocationTable data to the ArchiveFile.
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ArchiveFileAllocationTable |