Show / Hide Table of Contents

Class PipelineInitializationSteps

The steps and their progress, based on the recipe type.

Inheritance
object
PipelineInitializationSteps
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class PipelineInitializationSteps

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PipelineInitializationStep> Items { get; set; }
Property Value
Type Description
List<PipelineInitializationStep>

The sequence of pipeline steps based on the recipe type.

Remarks

Required

In this article
Back to top