Class PublishedObjectFromIntegrationTask
The integration task published object.
Inheritance
PublishedObjectFromIntegrationTask
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class PublishedObjectFromIntegrationTask : PublishedObject
Properties
ConfigProviderDelegate
Declaration
[JsonProperty(PropertyName = "configProviderDelegate")]
public ConfigProvider ConfigProviderDelegate { get; set; }
Property Value
DataFlow
Declaration
[JsonProperty(PropertyName = "dataFlow")]
public DataFlow DataFlow { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "inputPorts")]
public List<InputPort> InputPorts { get; set; }
Property Value
OpConfigValues
Declaration
[JsonProperty(PropertyName = "opConfigValues")]
public ConfigValues OpConfigValues { get; set; }
Property Value
OutputPorts
Declaration
[JsonProperty(PropertyName = "outputPorts")]
public List<OutputPort> OutputPorts { get; set; }
Property Value
Parameters
Declaration
[JsonProperty(PropertyName = "parameters")]
public List<Parameter> Parameters { get; set; }
Property Value