@archastro/sdk
    Preparing search index...

    Interface JoinOptions

    Per-call overrides for a join. Kept as an options object so new knobs (rejoin policy, headers, etc.) can be added without another positional argument in generated SDK call sites.

    interface JoinOptions {
        timeoutMs?: number;
    }
    Index

    Properties

    Properties

    timeoutMs?: number

    Override the socket's default reply timeout for this join.