Click or drag to resize

DataSubscriberMetadataFilters Property

Gets or sets requested meta-data filter expressions to be applied by DataPublisher before meta-data is sent.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public string MetadataFilters { get; set; }
View Source

Property Value

String
Remarks
Multiple meta-data filters, such filters for different data tables, should be separated by a semicolon. Specifying fields in the filter expression that do not exist in the data publisher's current meta-data set could cause filter expressions to not be applied and possibly result in no meta-data being received for the specified data table.
Example
FILTER MeasurementDetail WHERE SignalType <> 'STAT'; FILTER PhasorDetail WHERE Phase = '+'
See Also