|
TimeSeriesProducerOutputIsForArchive Property
|
Gets the flag that determines if measurements sent to this OutputAdapterBase are destined for archival.
Namespace: KafkaAdaptersAssembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.230-beta
Syntaxpublic override bool OutputIsForArchive { get; }
Public Overrides ReadOnly Property OutputIsForArchive As Boolean
Get
public:
virtual property bool OutputIsForArchive {
bool get () override;
}
abstract OutputIsForArchive : bool with get
override OutputIsForArchive : bool with get
function get_OutputIsForArchive();
View SourceProperty Value
BooleanImplements
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