Databricks SDK for JavaScript
    Preparing search index...

    PostgresSlotConfig contains the configuration for a Postgres logical replication slot

    interface PostgresSlotConfig {
        publicationName?: string;
        slotName?: string;
    }
    Index

    Properties

    publicationName?: string

    The name of the publication to use for the Postgres source

    slotName?: string

    The name of the logical replication slot to use for the Postgres source