StatisticsEngineRegexMatch Method
Determines whether the given signal reference matches the
signal reference regular expression using the given suffix.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static bool RegexMatch(
string signalReference,
string suffix
)
Public Shared Function RegexMatch (
signalReference As String,
suffix As String
) As Boolean
public:
static bool RegexMatch(
String^ signalReference,
String^ suffix
)
Gemstone.Timeseries.Statistics.StatisticsEngine.RegexMatch = function(signalReference, suffix);
- signalReference String
- The signal reference to be matched against the regular expression.
- suffix String
- The suffix used by a particular type of statistic.
BooleanFlag indicating whether the signal reference matches the regular expression.
The format for signal reference of statistics is: ACRONYM!SUFFIX-ST#,
where ACRONYM is the acronym of the measurement's source, SUFFIX
is the suffix given as a parameter to this method, and # is an index
used to differentiate between statistics with the same source and type.