replicationSlot property

  1. @TagNumber.new(3)
String get replicationSlot

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);
  1. @TagNumber.new(3)
set replicationSlot (String v)

Implementation

@$pb.TagNumber(3)
set replicationSlot($core.String v) { $_setString(2, v); }