|
ArchiveFileCacheWrites Property
|
Gets or sets a boolean value that indicates whether writes to the disk are to be cached for performance efficiency.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(false)]
public bool CacheWrites { get; set; }
<DefaultValueAttribute(false)>
Public Property CacheWrites As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool CacheWrites {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member CacheWrites : bool with get, set
function get_CacheWrites();
function set_CacheWrites(value);
View SourceProperty Value
Boolean
See Also