A class that contains the statistics of an ArchiveFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ArchiveFileStatistics
Public Class ArchiveFileStatistics
public ref class ArchiveFileStatistics
Members
All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
AverageWriteSpeed |
Average number of time-series data points written to the ArchiveFile in one second.
| |
AveragingWindow |
Time over which the AverageWriteSpeed is calculated.
| |
CompressionRate |
Current rate of data compression (in %) in the ArchiveFile.
| |
Equals(Object) | (Inherited from Object.) | |
FileUsage |
Current usage (in %) of the ArchiveFile.
| |
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.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ArchiveFileStatistics |
See Also