postgresqlSourceConfig property

  1. @TagNumber.new(102)
PostgresqlSourceConfig get postgresqlSourceConfig

PostgreSQL data source configuration.

Implementation

@$pb.TagNumber(102)
PostgresqlSourceConfig get postgresqlSourceConfig => $_getN(3);
  1. @TagNumber.new(102)
set postgresqlSourceConfig (PostgresqlSourceConfig v)

Implementation

@$pb.TagNumber(102)
set postgresqlSourceConfig(PostgresqlSourceConfig v) {
  setField(102, v);
}