Class FilterExpression
To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.
Inheritance
System.Object
FilterExpression
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AnalyticsData.v1alpha.Data
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public class FilterExpression : IDirectResponseSchema
Properties
AndGroup
The FilterExpressions in and_group have an AND relationship.
Declaration
[JsonProperty("andGroup")]
public virtual FilterExpressionList AndGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterExpressionList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Filter
A primitive filter. All fields in filter in same FilterExpression needs to be either all dimensions or metrics.
Declaration
[JsonProperty("filter")]
public virtual Filter Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| Filter |
NotExpression
The FilterExpression is NOT of not_expression.
Declaration
[JsonProperty("notExpression")]
public virtual FilterExpression NotExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterExpression |
OrGroup
The FilterExpressions in or_group have an OR relationship.
Declaration
[JsonProperty("orGroup")]
public virtual FilterExpressionList OrGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterExpressionList |