Enum MatchingCondition.Types.ComparisonType
Comparison type for matching condition
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public enum MatchingCondition.Types.ComparisonType
Fields
Name | Description |
---|---|
Contains | Contains, case sensitive |
ContainsCaseInsensitive | Contains, case insensitive |
EndsWith | Ends with, case sensitive |
EndsWithCaseInsensitive | Ends with, case insensitive |
Equals | Equals, case sensitive |
EqualsCaseInsensitive | Equals, case insensitive |
GreaterThan | Greater than |
GreaterThanOrEqual | Greater than or equal |
LessThan | Less than |
LessThanOrEqual | Less than or equal |
RegularExpression | regular expression. Only supported for web streams. |
RegularExpressionCaseInsensitive | regular expression, case insensitive. Only supported for web streams. |
StartsWith | Starts with, case sensitive |
StartsWithCaseInsensitive | Starts with, case insensitive |
Unspecified | Unknown |