Show / Hide Table of Contents

Class UpdateTaskFromOCIDataflowTask

The information about the OCI Dataflow task.

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

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