Class ReplicationTuple
Represents a streaming tuple containing ReplicationValue.
Inheritance
object
ReplicationTuple
Namespace: Npgsql.Replication.PgOutput
Assembly: Npgsql.dll
Syntax
public class ReplicationTuple : IAsyncEnumerable<ReplicationValue>
Properties
| Improve this Doc View SourceNumColumns
The number of columns in the tuple.
Declaration
public ushort NumColumns { get; }
Property Value
Type | Description |
---|---|
ushort |
Methods
| Improve this Doc View SourceGetAsyncEnumerator(CancellationToken)
Declaration
public virtual IAsyncEnumerator<ReplicationValue> GetAsyncEnumerator(CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
IAsyncEnumerator<><ReplicationValue> |