@nebius/js-sdk - v0.2.54
    Preparing search index...

    Represents the nebius.msp.postgresql.v1alpha1.ConnectionPoolerConfig protobuf message.

    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

      Represents the nebius.msp.postgresql.v1alpha1.ConnectionPoolerConfig protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.msp.postgresql.v1alpha1.ConnectionPoolerConfig protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.msp.postgresql.v1alpha1.ConnectionPoolerConfig"

    Contains the fully qualified protobuf type name.

    maxPoolSize?: Long

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

    Mode that the connection pooler is working in.