PostgresqlSourceConfig
class PostgresqlSourceConfig extends Model (View source)
Properties
| protected | $excludeObjectsType | ||
| protected | $excludeObjectsDataType | ||
| protected | $includeObjectsType | ||
| protected | $includeObjectsDataType | ||
| int | $maxConcurrentBackfillTasks | ||
| string | $publication | ||
| string | $replicationSlot |
Methods
getExcludeObjects()
No description
getIncludeObjects()
No description
setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)
No description
int
getMaxConcurrentBackfillTasks()
No description
setPublication($publication)
No description
string
getPublication()
No description
setReplicationSlot($replicationSlot)
No description
string
getReplicationSlot()
No description
Details
setExcludeObjects(PostgresqlRdbms $excludeObjects)
No description
PostgresqlRdbms
getExcludeObjects()
No description
setIncludeObjects(PostgresqlRdbms $includeObjects)
No description
PostgresqlRdbms
getIncludeObjects()
No description
setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)
No description
int
getMaxConcurrentBackfillTasks()
No description
setPublication($publication)
No description
string
getPublication()
No description
setReplicationSlot($replicationSlot)
No description
string
getReplicationSlot()
No description