Class SegmentDimensionFilter
Dimension filter specifies the filtering options on a dimension.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class SegmentDimensionFilter : IDirectResponseSchema
Properties
CaseSensitive
Should the match be case sensitive, ignored for IN_LIST
operator.
Declaration
[JsonProperty("caseSensitive")]
public virtual bool? CaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DimensionName
Name of the dimension for which the filter is being applied.
Declaration
[JsonProperty("dimensionName")]
public virtual string DimensionName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Expressions
The list of expressions, only the first element is used for all operators
Declaration
[JsonProperty("expressions")]
public virtual IList<string> Expressions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
MaxComparisonValue
Maximum comparison values for BETWEEN
match type.
Declaration
[JsonProperty("maxComparisonValue")]
public virtual string MaxComparisonValue { get; set; }
Property Value
Type | Description |
---|---|
string |
MinComparisonValue
Minimum comparison values for BETWEEN
match type.
Declaration
[JsonProperty("minComparisonValue")]
public virtual string MinComparisonValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Operator__
The operator to use to match the dimension with the expressions.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type | Description |
---|---|
string |