Class EndOperator
Represents end of a pipeline
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class EndOperator : Operator
Properties
TriggerRule
Declaration
[JsonProperty(PropertyName = "triggerRule")]
[JsonConverter(typeof(ResponseEnumConverter))]
public EndOperator.TriggerRuleEnum? TriggerRule { get; set; }
Property Value
Type | Description |
---|---|
EndOperator.TriggerRuleEnum? | The merge condition. The conditions are ALL_SUCCESS - All the preceeding operators need to be successful. ALL_FAILED - All the preceeding operators should have failed. ALL_COMPLETE - All the preceeding operators should have completed. It could have executed successfully or failed. |