Show / Hide Table of Contents

Class SortKey

Sort key contains a set of sort key rules defining sorting algorithm.

Inheritance
object
SortKey
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class SortKey

Properties

SortRules

Declaration
[JsonProperty(PropertyName = "sortRules")]
public List<SortKeyRule> SortRules { get; set; }
Property Value
Type Description
List<SortKeyRule>

The list of sort key rules.

In this article
Back to top