openPDC Historian Help
CacheWrites Property
NamespacesTVA.Historian.FilesArchiveFileCacheWrites
Gets or sets a boolean value that indicates whether writes to the disk are to be cached for performance efficiency.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute(false)]
public bool CacheWrites { get; set; }
<DefaultValueAttribute(False)> _
Public Property CacheWrites As Boolean
[DefaultValueAttribute(false)]
public:
property bool CacheWrites {
	bool get ();
	void set (bool value);
}

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252