Search Results for

    Show / Hide Table of Contents

    Class PhysicalReplicationSlot

    Wraps a replication slot that uses physical replication.

    Inheritance
    Object
    ReplicationSlot
    PhysicalReplicationSlot
    Inherited Members
    ReplicationSlot.Name
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team