postgresqlSourceConfig property

  1. @TagNumber(102)
PostgresqlSourceConfig postgresqlSourceConfig

PostgreSQL data source configuration.

Implementation

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

Implementation

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