Table of Contents

Class PostgreSqlDeadLetterOptions

Namespace
Pipelinez.PostgreSql.Configuration
Assembly
Pipelinez.PostgreSql.dll

Configures PostgreSQL writes for dead-letter records.

public sealed class PostgreSqlDeadLetterOptions : PostgreSqlOptions
Inheritance
PostgreSqlDeadLetterOptions
Inherited Members

Methods

Validate()

Validates the dead-letter options and returns the same instance when valid.

public PostgreSqlDeadLetterOptions Validate()

Returns

PostgreSqlDeadLetterOptions

The validated options instance.