Show / Hide Table of Contents

Class SortOrderParameter

A sort order for a query based on a column.

Inheritance
object
SortOrderParameter
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX