Class RollbackPreparedMessage
Logical Replication Protocol rollback prepared message
Inheritance
object
RollbackPreparedMessage
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public sealed class RollbackPreparedMessage : PreparedTransactionControlMessage
Properties
| Improve this Doc View SourceFlags
Flags for the rollback prepared; currently unused.
Declaration
public RollbackPreparedMessage.RollbackPreparedFlags Flags { get; }
Property Value
Type | Description |
---|---|
RollbackPreparedMessage.RollbackPreparedFlags |
PreparedTransactionEndLsn
The end LSN of the prepared transaction.
Declaration
public NpgsqlLogSequenceNumber PreparedTransactionEndLsn { get; }
Property Value
Type | Description |
---|---|
NpgsqlLogSequenceNumber |
RollbackPreparedEndLsn
The end LSN of the rollback prepared transaction.
Declaration
public NpgsqlLogSequenceNumber RollbackPreparedEndLsn { get; }
Property Value
Type | Description |
---|---|
NpgsqlLogSequenceNumber |
TransactionPrepareTimestamp
Prepare timestamp of the transaction.
Declaration
public DateTime TransactionPrepareTimestamp { get; }
Property Value
Type | Description |
---|---|
DateTime |
TransactionRollbackTimestamp
Rollback timestamp of the transaction.
Declaration
public DateTime TransactionRollbackTimestamp { get; }
Property Value
Type | Description |
---|---|
DateTime |