Show / Hide Table of Contents

Class CreateTaskFromOCIDataflowTask

The information about the OCI Dataflow task.

Inheritance
object
CreateTaskDetails
CreateTaskFromOCIDataflowTask
Inherited Members
CreateTaskDetails.Key
CreateTaskDetails.ModelVersion
CreateTaskDetails.ParentRef
CreateTaskDetails.Name
CreateTaskDetails.Description
CreateTaskDetails.ObjectStatus
CreateTaskDetails.Identifier
CreateTaskDetails.InputPorts
CreateTaskDetails.OutputPorts
CreateTaskDetails.Parameters
CreateTaskDetails.OpConfigValues
CreateTaskDetails.ConfigProviderDelegate
CreateTaskDetails.IsConcurrentAllowed
CreateTaskDetails.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 CreateTaskFromOCIDataflowTask : CreateTaskDetails

Properties

DataflowApplication

Declaration
[JsonProperty(PropertyName = "dataflowApplication")]
public DataflowApplication DataflowApplication { get; set; }
Property Value
Type Description
DataflowApplication

DriverShapeDetails

Declaration
[JsonProperty(PropertyName = "driverShapeDetails")]
public ShapeDetails DriverShapeDetails { get; set; }
Property Value
Type Description
ShapeDetails

ExecutorShapeDetails

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