Show / Hide Table of Contents

Class TaskFromIntegrationTaskDetails

The information about the integration task.

Inheritance
object
Task
TaskFromIntegrationTaskDetails
Inherited Members
Task.Key
Task.ModelVersion
Task.ParentRef
Task.Name
Task.Description
Task.ObjectVersion
Task.ObjectStatus
Task.Identifier
Task.InputPorts
Task.OutputPorts
Task.Parameters
Task.OpConfigValues
Task.ConfigProviderDelegate
Task.IsConcurrentAllowed
Task.Metadata
Task.KeyMap
Task.RegistryMetadata
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 TaskFromIntegrationTaskDetails : Task

Properties

DataFlow

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