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

    Interface KeepaliveOptions

    Explicit keepalive options ignore NEBIUS_GRPC_KEEPALIVE_* environment variables. Omitted fields use SDK defaults; set timeMs to 0 or pass keepalive: false to disable keepalive.

    interface KeepaliveOptions {
        permitWithoutStream?: boolean;
        timeMs?: number;
        timeoutMs?: number;
    }
    Index

    Properties

    permitWithoutStream?: boolean
    timeMs?: number
    timeoutMs?: number