Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Collector Class / MinimumDiskFreeBufferSize Property


In This Topic
    MinimumDiskFreeBufferSize Property
    In This Topic
    An amount of free disk space, expressed in MB, to reserve on a host computer. Constrains store-and-forward buffering so all available disk space is not exhausted.
    Syntax
    Public Property MinimumDiskFreeBufferSize As System.UInteger
    public System.uint MinimumDiskFreeBufferSize {get; set;}
    public:
    property System.uint MinimumDiskFreeBufferSize {
       System.uint get();
       void set (    System.uint value);
    }
    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also