Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Archive Class / UsedSize Property



In This Topic
    UsedSize Property
    In This Topic
    An approximate amount of data stored in an archive, expressed in MB.
    Syntax
    'Declaration
     
    <DataMemberAttribute("UsedSize")>
    Public Property UsedSize As Long
    'Usage
     
    Dim instance As Archive
    Dim value As Long
     
    instance.UsedSize = value
     
    value = instance.UsedSize
    [DataMember("UsedSize")]
    public long UsedSize {get; set;}
    [DataMember("UsedSize")]
    public:
    property int64 UsedSize {
       int64 get();
       void set (    int64 value);
    }
    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