Interface TimeoutOptions

Specifies the timeout options for the client.

interface TimeoutOptions {
    connectTimeout?: number;
    queryTimeout?: number;
}

Properties

connectTimeout?: number

Specifies the default timeout allocated to complete bootstrap connection, specified in millseconds.

queryTimeout?: number

Specifies the default timeout for query operations, specified in millseconds.