Class PivotOrderBy
Sorts by a pivot column group.
Implements
Inherited Members
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> |