replicationSlot property
Required. Immutable. The name of the logical replication slot that's configured with the pgoutput plugin.
Implementation
@$pb.TagNumber(3)
$core.String get replicationSlot => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set replicationSlot($core.String v) { $_setString(2, v); }