Click or drag to resize

IOutputAdapterOutputIsForArchive Property

Returns a flag that determines if measurements sent to this IOutputAdapter are destined for archival.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
bool OutputIsForArchive { get; }

Property Value

Boolean
Remarks
This property allows the OutputAdapterCollection to calculate statistics on how many measurements have been archived per minute. Historians would normally set this property to true; other custom exports would set this property to false.
See Also