Class SortOrderParameter
A sort order for a query based on a column.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class SortOrderParameter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldSource
The field to sort on. Can be one of the FieldSource types: field name, alias ref, variable ref, or a literal value.
Declaration
[JsonProperty("fieldSource")]
public virtual FieldSource FieldSource { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldSource |
SortOrderDirection
The sort order to use for the query.
Declaration
[JsonProperty("sortOrderDirection")]
public virtual string SortOrderDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |