|
DataSubscriberCompressSignalIndexCache Property
|
Gets or sets the operational mode flag to compress the signal index cache.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool CompressSignalIndexCache { get; set; }
Public Property CompressSignalIndexCache As Boolean
Get
Set
public:
property bool CompressSignalIndexCache {
bool get ();
void set (bool value);
}
member CompressSignalIndexCache : bool with get, set
function get_CompressSignalIndexCache();
function set_CompressSignalIndexCache(value);
View SourceProperty Value
BooleanSee Also