Search Results for

    Show / Hide Table of Contents

    Class ReplicationSlot

    Contains information about a newly-created replication slot.

    Inheritance
    object
    ReplicationSlot
    LogicalReplicationSlot
    PhysicalReplicationSlot
    Namespace: Npgsql.Replication
    Assembly: Npgsql.dll
    Syntax
    public abstract class ReplicationSlot

    Properties

    | Improve this Doc View Source

    Name

    The name of the newly-created replication slot.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team