Class OrderBy
Order bys define how rows will be sorted in the response. For example,
ordering rows by descending event count is one ordering, and ordering rows by
the event name string is a different ordering.
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class OrderBy : IMessage<OrderBy>, IEquatable<OrderBy>, IDeepCloneable<OrderBy>, IBufferMessage, IMessage
Constructors
OrderBy()
Declaration
OrderBy(OrderBy)
Declaration
public OrderBy(OrderBy other)
Parameters
Type |
Name |
Description |
OrderBy |
other |
|
Properties
Desc
If true, sorts by descending order.
Declaration
public bool Desc { get; set; }
Property Value
Dimension
Sorts results by a dimension's values.
Declaration
public OrderBy.Types.DimensionOrderBy Dimension { get; set; }
Property Value
Metric
Sorts results by a metric's values.
Declaration
public OrderBy.Types.MetricOrderBy Metric { get; set; }
Property Value
OneOrderByCase
Declaration
public OrderBy.OneOrderByOneofCase OneOrderByCase { get; }
Property Value
Pivot
Sorts results by a metric's values within a pivot column group.
Declaration
public OrderBy.Types.PivotOrderBy Pivot { get; set; }
Property Value