Show / Hide Table of Contents

Class OrderBy.Types.PivotOrderBy

Sorts by a pivot column group.

Inheritance
object
OrderBy.Types.PivotOrderBy
Implements
IMessage<OrderBy.Types.PivotOrderBy>
IEquatable<OrderBy.Types.PivotOrderBy>
IDeepCloneable<OrderBy.Types.PivotOrderBy>
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 OrderBy.Types.PivotOrderBy : IMessage<OrderBy.Types.PivotOrderBy>, IEquatable<OrderBy.Types.PivotOrderBy>, IDeepCloneable<OrderBy.Types.PivotOrderBy>, IBufferMessage, IMessage

Constructors

PivotOrderBy()

Declaration
public PivotOrderBy()

PivotOrderBy(PivotOrderBy)

Declaration
public PivotOrderBy(OrderBy.Types.PivotOrderBy other)
Parameters
Type Name Description
OrderBy.Types.PivotOrderBy other

Properties

MetricName

In the response to order by, order rows by this column. Must be a metric name from the request.

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

PivotSelections

Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair.

Declaration
public RepeatedField<OrderBy.Types.PivotOrderBy.Types.PivotSelection> PivotSelections { get; }
Property Value
Type Description
RepeatedField<OrderBy.Types.PivotOrderBy.Types.PivotSelection>
In this article
Back to top Generated by DocFX