PipelineSchemaTableSummary

class oci.golden_gate.models.PipelineSchemaTableSummary(**kwargs)

Bases: object

Summary of source or target schema tables of a pipeline’s assigned connection. 1. If there is no explicit mapping defined for the pipeline then only matched source and target schema’s table names will be returned 2. 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.

Methods

__init__(**kwargs) Initializes a new PipelineSchemaTableSummary object with values from keyword arguments.

Attributes

source_table_name [Required] Gets the source_table_name of this PipelineSchemaTableSummary.
target_table_name [Required] Gets the target_table_name of this PipelineSchemaTableSummary.
__init__(**kwargs)

Initializes a new PipelineSchemaTableSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • source_table_name (str) – The value to assign to the source_table_name property of this PipelineSchemaTableSummary.
  • target_table_name (str) – The value to assign to the target_table_name property of this PipelineSchemaTableSummary.
source_table_name

[Required] Gets the source_table_name of this PipelineSchemaTableSummary. The table name from the schema of database connection.

Returns:The source_table_name of this PipelineSchemaTableSummary.
Return type:str
target_table_name

[Required] Gets the target_table_name of this PipelineSchemaTableSummary. The table name from the schema of database connection.

Returns:The target_table_name of this PipelineSchemaTableSummary.
Return type:str