Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ArchiveStatistics Class
Properties Methods


ArchiveStatistics Class Members

The following tables list the members exposed by ArchiveStatistics.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property Ratio of compressed writes since server startup (1 - Uncompressed / TotalEvents).  
Public Property The observed event rate for the last minute (events/minute).  
Public Property The available free space in the current archive expressed in MB.  
Public Property The maximum compression ratio across all tags since server startup.  
Public Property The greated observed event rate since server startup (events/minute).  
Public Property The minimum compression ratio across all tags since server startup.  
Public Property The smallest observed event rate since server startup (events/minute).  
Public Property The approximate number of days to fill the current archive.  
Public Property The calculated disk space consumption rate expressed as MB/day.  
Public Property The total number of alerts stored since server startup.  
Public Property The total number of events recorded since server startup.  
Public Property The total number of refused write attempts since server startup.  
Public Property The total number of messages stored since server startup.  
Public Property The total number of out-of-time-sequence events recorded since server startup.  
Public Property Ratio of writes satisfied by the cache since server startup (1 - ExpensiveWrites / TotalEvents).  
Top
Public Methods
 NameDescription
Public Method Converts the value of this instance to a System.String.  
Top
See Also