Click or drag to resize
Grid Solutions Framework

TimeSeriesProducerOutputIsForArchive Property

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

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.182-beta
Syntax
public override bool OutputIsForArchive { get; }
View Source

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