Show / Hide Table of Contents

Class FilterExpression

To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.

Inheritance
object
FilterExpression
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.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
string

Filter

A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX