Class OrderBy
Specifies the sorting options.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class OrderBy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldName
The field which to sort by. The default sort order is ascending. Example: ga:browser
. Note, that you can
only specify one field for sort here. For example, ga:browser, ga:city
is not valid.
Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderType
The order type. The default orderType is VALUE
.
Declaration
[JsonProperty("orderType")]
public virtual string OrderType { get; set; }
Property Value
Type | Description |
---|---|
string |
SortOrder
The sorting order for the field.
Declaration
[JsonProperty("sortOrder")]
public virtual string SortOrder { get; set; }
Property Value
Type | Description |
---|---|
string |