|
ArchiveFileCompressData Property
|
Gets or set a boolean value that indicates whether incoming
ArchiveDataPoints are to be compressed to save space.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(true)]
public bool CompressData { get; set; }
<DefaultValueAttribute(true)>
Public Property CompressData As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool CompressData {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member CompressData : bool with get, set
function get_CompressData();
function set_CompressData(value);
View SourceProperty Value
Boolean
See Also