Show / Hide Table of Contents

Class SortField

Field outlining queryString sort command fields and their corresponding sort order.

Inheritance
object
AbstractField
SortField
Inherited Members
AbstractField.DisplayName
AbstractField.IsDeclared
AbstractField.OriginalDisplayNames
AbstractField.InternalName
AbstractField.ValueType
AbstractField.IsGroupable
AbstractField.IsDuration
AbstractField.Alias
AbstractField.FilterQueryString
AbstractField.UnitType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class SortField : AbstractField

Properties

Direction

Declaration
[JsonProperty(PropertyName = "direction")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SortField.DirectionEnum? Direction { get; set; }
Property Value
Type Description
SortField.DirectionEnum?

Sort order for the field specified in the queryString.

In this article
Back to top