APIs

Show:

The result of a browse operation.

Constructor

BrowseResult

(
  • options
)

Parameters:

  • options Object

Methods

binaryStoreSize

() Number

Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean

verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

continuationPoint

ContinuationPoint

A value that indicates the operation is incomplete and can be continued by calling BrowseNext.

Default: null

references

ReferenceDescription[]

A list of references that meet the criteria specified in the request.

statusCode

StatusCode

A code indicating any error during the operation.