Class PipelineSchemaSummary
List of source and target schemas of a pipeline's assigned connection.
- If there is no explicit mapping defined for the pipeline then only matched source and target schema names will be returned.
- If there are explicit mappings defined for the pipeline then along with the mapped source and target schema names, the matched source and target schema names also will be returned.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class PipelineSchemaSummary
Properties
SourceSchemaName
Declaration
[Required(ErrorMessage = "SourceSchemaName is required.")]
[JsonProperty(PropertyName = "sourceSchemaName")]
public string SourceSchemaName { get; set; }
Property Value
Type | Description |
---|---|
string | The schema name from the database connection. |
Remarks
Required
TargetSchemaName
Declaration
[Required(ErrorMessage = "TargetSchemaName is required.")]
[JsonProperty(PropertyName = "targetSchemaName")]
public string TargetSchemaName { get; set; }
Property Value
Type | Description |
---|---|
string | The schema name from the database connection. |
Remarks
Required