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

    Interface KeepaliveConfig

    interface KeepaliveConfig {
        enabled: boolean;
        permitWithoutStream: boolean;
        timeMs: number;
        timeoutMs: number;
    }
    Index

    Properties

    enabled: boolean
    permitWithoutStream: boolean
    timeMs: number
    timeoutMs: number