Class PipelineRunningProcessCollection
The complete replication process and its details.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class PipelineRunningProcessCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PipelineRunningProcessSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PipelineRunningProcessSummary> | The list of replication processes and their details. |
Remarks
Required