@openhps/core
    Preparing search index...

    Interface TimedPullOptions

    interface TimedPullOptions {
        autoStart?: boolean;
        name?: string;
        pullOptions?: PullOptions;
        throttlePull?: boolean;
        uid?: string;
    }

    Hierarchy (View Summary)

    Index
    autoStart?: boolean

    Auto start timed pull

    true
    
    name?: string

    User friendly name of the node Used for querying a node by its name.

    pullOptions?: PullOptions
    throttlePull?: boolean

    Throttle pull requests if the push request has not resolved yet

    uid?: string

    Manually set the unique identifier of the node