Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataStore.DataStorageType Enumeration


In This Topic
    DataStore.DataStorageType Enumeration
    In This Topic
    Represents all possible Historian data storage types.
    Syntax
    Public Enum DataStore.DataStorageType 
       Inherits System.Enum
    public enum DataStore.DataStorageType : System.Enum 
    public enum class DataStore.DataStorageType : public System.Enum 
    Members
    MemberDescription
    HistoricalStore Historical storage.
    ScadaBufferStore Scada buffer/short term storage.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Proficy.Historian.ClientAccess.API.DataStore.DataStorageType

    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