Class Comparison
Defines an individual comparison. Most requests will include multiple
comparisons so that the report compares between the comparisons.
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class Comparison : IMessage<Comparison>, IEquatable<Comparison>, IDeepCloneable<Comparison>, IBufferMessage, IMessage
Constructors
Comparison()
Declaration
Comparison(Comparison)
Declaration
public Comparison(Comparison other)
Parameters
Properties
Comparison_
A saved comparison identified by the comparison's resource name.
For example, 'comparisons/1234'.
Declaration
public string Comparison_ { get; set; }
Property Value
DimensionFilter
Declaration
public FilterExpression DimensionFilter { get; set; }
Property Value
HasComparison_
Gets whether the "comparison" field is set
Declaration
public bool HasComparison_ { get; }
Property Value
HasName
Gets whether the "name" field is set
Declaration
public bool HasName { get; }
Property Value
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
OneComparisonCase
Declaration
public Comparison.OneComparisonOneofCase OneComparisonCase { get; }
Property Value