@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ConnectionPoolerConfig {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.ConnectionPoolerConfig";
        maxPoolSize?: Long;
        poolingMode: ConnectionPoolerConfig_PoolingMode;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.postgresql.v1alpha1.ConnectionPoolerConfig"
    maxPoolSize?: Long

    Maximum number of connections in the pool for a single user/database pair.

    Mode that the connection pooler is working in.