Class OrderBy
The sort options.
Inheritance
System.Object
OrderBy
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AnalyticsData.v1alpha.Data
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public class OrderBy : IDirectResponseSchema
Properties
Desc
If true, sorts by descending order.
Declaration
[JsonProperty("desc")]
public virtual bool? Desc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Dimension
Sorts results by a dimension's values.
Declaration
[JsonProperty("dimension")]
public virtual DimensionOrderBy Dimension { get; set; }
Property Value
| Type | Description |
|---|---|
| DimensionOrderBy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Metric
Sorts results by a metric's values.
Declaration
[JsonProperty("metric")]
public virtual MetricOrderBy Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| MetricOrderBy |
Pivot
Sorts results by a metric's values within a pivot column group.
Declaration
[JsonProperty("pivot")]
public virtual PivotOrderBy Pivot { get; set; }
Property Value
| Type | Description |
|---|---|
| PivotOrderBy |