Show / Hide Table of Contents

Class Comparison

Defines an individual comparison. Most requests will include multiple comparisons so that the report compares between the comparisons.

Inheritance
object
Comparison
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 Comparison : IDirectResponseSchema

Properties

ComparisonValue

A saved comparison identified by the comparison's resource name. For example, 'comparisons/1234'.

Declaration
[JsonProperty("comparison")]
public virtual string ComparisonValue { get; set; }
Property Value
Type Description
string

DimensionFilter

A basic comparison.

Declaration
[JsonProperty("dimensionFilter")]
public virtual FilterExpression DimensionFilter { get; set; }
Property Value
Type Description
FilterExpression

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Each comparison produces separate rows in the response. In the response, this comparison is identified by this name. If name is unspecified, we will use the saved comparisons display name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX