Interface TimedPullOptions

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

Hierarchy (view full)

Properties

autoStart?: boolean

Auto start timed pull

Default

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