Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Archive Class
Members



In This Topic
    Archive Class
    In This Topic
    Represents details of individual archive files in a Historian server. Archives are multi-megabyte files containing data between well defined start and end times. A constraint of the server does not allow two or more archives to exist with overlapping start or end times.
    Syntax
    'Declaration
     
    <DataContractAttribute("Archive")>
    <SerializableAttribute()>
    Public Class Archive 
    'Usage
     
    Dim instance As Archive
    [DataContract("Archive")]
    [Serializable()]
    public class Archive 
    [DataContract("Archive")]
    [Serializable()]
    public ref class Archive 
    Inheritance Hierarchy

    System.Object
       Proficy.Historian.ClientAccess.API.Archive

    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