OutputAdapterBaseOutputIsForArchive Property

Gets the flag that determines if measurements sent to this OutputAdapterBase are destined for archival.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
public abstract bool OutputIsForArchive { get; }

Property Value

Boolean

Implements

IOutputAdapterOutputIsForArchive

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