Interface RemotePullOptions

Provides options for pull requests to nodes

Hierarchy-Diagram

UML class diagram of RemotePullOptions
Legend
icon for an interface in the UML class diagram interface

Hierarchy

Properties

clientId?: string

Client identifier pulling

count?: number

Number of frames to request

requestedObjects?: string[]

Requested objects UIDs

sequentialPull?: boolean

Sequential pulling. If set to true, the pulling will be done sequentially where the next pull is only performed after the push is completed.

Default

true

sourceNode?: string

Pull from a specific source node UID