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
AbortTimestamp
Abort timestamp of the transaction.
public DateTime AbortTimestamp { get; }