Interface BufferOptions

interface BufferOptions {
    name?: string;
    service?: string;
    uid?: string;
}

Hierarchy (view full)

Properties

Properties

name?: string

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

service?: string
uid?: string

Manually set the unique identifier of the node