Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IArchives Interface / GetStatistics Method
Archive statistics to apply.
Name of the data store to get the statistics.


In This Topic
    GetStatistics Method (IArchives)
    In This Topic
    Retrieve archive statistics from a Historian server.
    Syntax
    Sub GetStatistics( _
       ByRef statistics As ArchiveStatistics, _
       Optional ByVal datastoreName As System.String _
    ) 
    void GetStatistics( 
       out ArchiveStatistics statistics,
       System.string datastoreName
    )
    void GetStatistics( 
       [Out] ArchiveStatistics^ statistics,
       System.String^ datastoreName
    ) 

    Parameters

    statistics
    Archive statistics to apply.
    datastoreName
    Name of the data store to get the statistics.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also