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
IMessage<Comparison>
IEquatable<Comparison>
IDeepCloneable<Comparison>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class Comparison : IMessage<Comparison>, IEquatable<Comparison>, IDeepCloneable<Comparison>, IBufferMessage, IMessage

Constructors

Comparison()

Declaration
public Comparison()

Comparison(Comparison)

Declaration
public Comparison(Comparison other)
Parameters
Type Name Description
Comparison other

Properties

Comparison_

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

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

DimensionFilter

A basic comparison.

Declaration
public FilterExpression DimensionFilter { get; set; }
Property Value
Type Description
FilterExpression

HasComparison_

Gets whether the "comparison" field is set

Declaration
public bool HasComparison_ { get; }
Property Value
Type Description
bool

HasName

Gets whether the "name" field is set

Declaration
public bool HasName { get; }
Property Value
Type Description
bool

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
public string Name { get; set; }
Property Value
Type Description
string

OneComparisonCase

Declaration
public Comparison.OneComparisonOneofCase OneComparisonCase { get; }
Property Value
Type Description
Comparison.OneComparisonOneofCase
In this article
Back to top Generated by DocFX
OSZAR »