Class ReplicationTuple
- Namespace
- Npgsql.Replication.PgOutput
- Assembly
- Npgsql.dll
Represents a streaming tuple containing ReplicationValue.
public class ReplicationTuple : IAsyncEnumerable<ReplicationValue>
- Inheritance
-
ReplicationTuple
- Implements
- Inherited Members
Properties
NumColumns
The number of columns in the tuple.
public ushort NumColumns { get; }
Property Value
Methods
GetAsyncEnumerator(CancellationToken)
Returns an enumerator that iterates asynchronously through the collection.
public virtual IAsyncEnumerator<ReplicationValue> GetAsyncEnumerator(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken that may be used to cancel the asynchronous iteration.
Returns
- IAsyncEnumerator<ReplicationValue>
An enumerator that can be used to iterate asynchronously through the collection.