Search Results for

    Show / Hide Table of Contents

    Class ReplicationSlot

    Contains information about a newly-created replication slot.

    Inheritance
    Object
    ReplicationSlot
    LogicalReplicationSlot
    PhysicalReplicationSlot
    Inherited Members
    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 abstract class ReplicationSlot

    Properties

    Name

    The name of the newly-created replication slot.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team