OutputAdapterBaseOutputIsForArchive Property
Gets the flag that determines if measurements sent to this
OutputAdapterBase are destined for archival.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
public abstract bool OutputIsForArchive { get; }
Public MustOverride ReadOnly Property OutputIsForArchive As Boolean
Get
public:
virtual property bool OutputIsForArchive {
bool get () abstract;
}
function get_OutputIsForArchive();
BooleanIOutputAdapterOutputIsForArchive
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.