Class PipelineInitializationSteps
The steps and their progress, based on the recipe type.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class PipelineInitializationStepsProperties
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