Search Results for

    Show / Hide Table of Contents

    Class TruncateMessage

    Logical Replication Protocol truncate message

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    TruncateMessage
    Inherited Members
    TransactionalMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class TruncateMessage : TransactionalMessage

    Properties

    Options

    Option flags for TRUNCATE

    Declaration
    public TruncateMessage.TruncateOptions Options { get; }
    Property Value
    Type Description
    TruncateMessage.TruncateOptions

    Relations

    The relations being truncated.

    Declaration
    public IReadOnlyList<RelationMessage> Relations { get; }
    Property Value
    Type Description
    IReadOnlyList<RelationMessage>
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team