Class PhysicalReplicationSlot
Wraps a replication slot that uses physical replication.
Inherited Members
Namespace: Npgsql.Replication
Assembly: Npgsql.dll
Syntax
public class PhysicalReplicationSlot : ReplicationSlot
Constructors
PhysicalReplicationSlot(String)
Creates a new PhysicalReplicationSlot instance.
Declaration
public PhysicalReplicationSlot(string slotName)
Parameters
Type | Name | Description |
---|---|---|
String | slotName | The name of the existing replication slot |
Remarks
Create a PhysicalReplicationSlot instance with this constructor to wrap an existing PostgreSQL replication slot that has been initialized for physical replication.