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

    Represents the nebius.msp.postgresql.v1alpha1.config.PostgresqlConfig16 protobuf message.

    interface PostgresqlConfig16 {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.config.PostgresqlConfig16";
        autovacuumAnalyzeScaleFactor?: number;
        autovacuumNaptime?: Long;
        autovacuumVacuumCostDelay?: Long;
        autovacuumVacuumCostLimit?: Long;
        autovacuumVacuumScaleFactor?: number;
        autovacuumWorkMem?: Long;
        defaultTransactionReadOnly?: boolean;
        idleInTransactionSessionTimeout?: Long;
        maxConnections?: Long;
        searchPath?: string;
        sharedBuffers?: Long;
        statementTimeout?: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.msp.postgresql.v1alpha1.config.PostgresqlConfig16 protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.msp.postgresql.v1alpha1.config.PostgresqlConfig16 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.config.PostgresqlConfig16"

    Contains the fully qualified protobuf type name.

    autovacuumAnalyzeScaleFactor?: number

    Contains the autovacuum_analyze_scale_factor protobuf field.

    autovacuumNaptime?: Long

    in seconds.

    autovacuumVacuumCostDelay?: Long

    in milliseconds.

    autovacuumVacuumCostLimit?: Long

    Contains the autovacuum_vacuum_cost_limit protobuf field.

    autovacuumVacuumScaleFactor?: number

    Contains the autovacuum_vacuum_scale_factor protobuf field.

    autovacuumWorkMem?: Long

    in kilobytes.

    defaultTransactionReadOnly?: boolean

    Contains the default_transaction_read_only protobuf field.

    idleInTransactionSessionTimeout?: Long

    in milliseconds.

    maxConnections?: Long

    Contains the max_connections protobuf field.

    searchPath?: string

    Contains the search_path protobuf field.

    sharedBuffers?: Long

    in kilobytes.

    statementTimeout?: Long

    in milliseconds.