Table of Contents

Enum PgOutputStreamingMode

Namespace
Npgsql.Replication.PgOutput
Assembly
Npgsql.dll

Option to enable streaming of in-progress transactions. Minimum protocol version 2 is required to turn it on. Minimum protocol version 4 is required for the "parallel" option.

public enum PgOutputStreamingMode

Fields

Off = 0

Disable streaming of in-progress transactions

On = 1

Enable streaming of in-progress transactions

Parallel = 2

Enable streaming of in-progress transactions and enable sending extra information with some messages to be used for parallelisation