DimensionFilter class
Dimension filter specifies the filtering options on a dimension.
Constructors
- DimensionFilter()
- DimensionFilter.fromJson(Map _json)
Properties
- caseSensitive ↔ bool
-
Should the match be case sensitive? Default is false.
read / write
- dimensionName ↔ String
-
The dimension to filter on. A DimensionFilter must contain a dimension.
read / write
-
expressions
↔ List<
String> -
Strings or regular expression to match against. Only the first value of
the list is used for comparison unless the operator is
IN_LIST
. IfIN_LIST
operator, then the entire list is used to filter the dimensions as explained in the description of theIN_LIST
operator.read / write - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- not ↔ bool
-
Logical
NOT
operator. If this boolean is set to true, then the matching dimension values will be excluded in the report. The default is false.read / write - operator ↔ String
-
How to match the dimension to the expression. The default is REGEXP.
Possible string values are: [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited