prorm API Reference
    Preparing search index...

    Interface IgniteStoreOptions

    Connection options for IgniteStore.

    interface IgniteStoreOptions {
        endpoints?: string[];
        client?: IgniteClientLike;
    }
    Index
    endpoints?: string[]

    One or more host:port thin-client endpoints (default ['127.0.0.1:10800']). Passed to new IgniteClientConfiguration(...). Ignored when a pre-built client is supplied.

    client?: IgniteClientLike

    Pre-built Ignite client; when given, connect() uses it and skips require('apache-ignite-client').