Show / Hide Table of Contents

Class PivotOrderBy

Sorts by a pivot column group.

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

Properties

ETag

The ETag of the item.

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

MetricName

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

Declaration
[JsonProperty("metricName")]
public virtual 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
[JsonProperty("pivotSelections")]
public virtual IList<PivotSelection> PivotSelections { get; set; }
Property Value
Type Description
IList<PivotSelection>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX