Show / Hide Table of Contents

Class SortOper

The information about the sort operator.

Inheritance
object
Operator
SortOper
Inherited Members
Operator.Key
Operator.ModelVersion
Operator.ParentRef
Operator.Name
Operator.Description
Operator.ObjectVersion
Operator.InputPorts
Operator.OutputPorts
Operator.ObjectStatus
Operator.Identifier
Operator.Parameters
Operator.OpConfigValues
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 SortOper : Operator

Properties

SortKey

Declaration
[JsonProperty(PropertyName = "sortKey")]
public SortKey SortKey { get; set; }
Property Value
Type Description
SortKey
In this article
Back to top