IOutputAdapterOutputIsForArchive Property

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

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
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