Class RuntimePipeline
Runtime pipeline model which holds the runtime metadata of the task executed.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class RuntimePipelineProperties
ParentRuntimeOperatorKey
Declaration
[JsonProperty(PropertyName = "parentRuntimeOperatorKey")]
public string ParentRuntimeOperatorKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The parent RuntimePipeline's RuntimeOperator key. | 
Pipeline
Declaration
[JsonProperty(PropertyName = "pipeline")]
public Pipeline Pipeline { get; set; }Property Value
| Type | Description | 
|---|---|
| Pipeline | 
RuntimeOperators
Declaration
[JsonProperty(PropertyName = "runtimeOperators")]
public List<RuntimeOperator> RuntimeOperators { get; set; }Property Value
| Type | Description | 
|---|---|
| List<RuntimeOperator> | A list of RuntimeOperators attached to the RuntimePipeline. |