Show / Hide Table of Contents

Class PublishedObjectFromPipelineTaskSummary

The pipeline task published object summary.

Inheritance
object
PublishedObjectSummary
PublishedObjectFromPipelineTaskSummary
Inherited Members
PublishedObjectSummary.Key
PublishedObjectSummary.ModelVersion
PublishedObjectSummary.ParentRef
PublishedObjectSummary.Name
PublishedObjectSummary.Description
PublishedObjectSummary.ObjectVersion
PublishedObjectSummary.ObjectStatus
PublishedObjectSummary.Identifier
PublishedObjectSummary.Metadata
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 PublishedObjectFromPipelineTaskSummary : PublishedObjectSummary

Properties

ConfigProviderDelegate

Declaration
[JsonProperty(PropertyName = "configProviderDelegate")]
public ConfigProvider ConfigProviderDelegate { get; set; }
Property Value
Type Description
ConfigProvider

InputPorts

Declaration
[JsonProperty(PropertyName = "inputPorts")]
public List<InputPort> InputPorts { get; set; }
Property Value
Type Description
List<InputPort>

An array of input ports.

OpConfigValues

Declaration
[JsonProperty(PropertyName = "opConfigValues")]
public ConfigValues OpConfigValues { get; set; }
Property Value
Type Description
ConfigValues

OutputPorts

Declaration
[JsonProperty(PropertyName = "outputPorts")]
public List<OutputPort> OutputPorts { get; set; }
Property Value
Type Description
List<OutputPort>

An array of output ports.

Parameters

Declaration
[JsonProperty(PropertyName = "parameters")]
public List<Parameter> Parameters { get; set; }
Property Value
Type Description
List<Parameter>

An array of parameters.

Pipeline

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