Table of Contents

Class ParallelStreamAbortMessage

Namespace
Npgsql.Replication.PgOutput.Messages
Assembly
Npgsql.dll

Logical Replication Protocol stream abort message for Logical Streaming Replication Protocol versions 4+

public sealed class ParallelStreamAbortMessage : StreamAbortMessage
Inheritance
ParallelStreamAbortMessage
Inherited Members

Properties

AbortLsn

The LSN of the abort.

public NpgsqlLogSequenceNumber AbortLsn { get; }

Property Value

NpgsqlLogSequenceNumber

AbortTimestamp

Abort timestamp of the transaction.

public DateTime AbortTimestamp { get; }

Property Value

DateTime