IOutputAdapterOutputIsForArchive Property
Returns a flag that determines if measurements sent to this
IOutputAdapter are
destined for archival.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
bool OutputIsForArchive { get; }
ReadOnly Property OutputIsForArchive As Boolean
Get
property bool OutputIsForArchive {
bool get ();
}
function get_OutputIsForArchive();
Property Value
Boolean
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.