Show / Hide Table of Contents

Class Sort

The information about the sort object.

Inheritance
object
PushDownOperation
Sort
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 Sort : PushDownOperation

Properties

SortClauses

Declaration
[JsonProperty(PropertyName = "sortClauses")]
public List<SortClause> SortClauses { get; set; }
Property Value
Type Description
List<SortClause>

The sort clause.

In this article
Back to top