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