Class PipelineSchemaCollection
The list of schemas present in the source/target connection database of a pipeline.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class PipelineSchemaCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PipelineSchemaSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PipelineSchemaSummary> | Array of pipeline schemas |
Remarks
Required