Click or drag to resize

InputAdapterBaseOutputSourceIDs Property

Gets or sets Source values used to filter output measurements.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual string[] OutputSourceIDs { get; set; }
View Source

Property Value

String

Implements

IInputAdapterOutputSourceIDs
Remarks
This allows an adapter to associate itself with entire collections of measurements based on the source of the measurement keys. Set to null apply no filter.
See Also