APIs

Show:

Continues one or more browse operations.

Constructor

BrowseNextRequest

(
  • options
)

Parameters:

  • options Object
    • [requestHeader] RequestHeader optional

      A standard header included in all requests sent to a server.

    • [releaseContinuationPoints] Boolean optional

      If TRUE the continuation points are released and no results are returned.

    • [continuationPoints] ContinuationPoint optional

      The maximum number of references to return in the response.

Methods

binaryStoreSize

() Number

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

Returns:

Number:

decode

(
  • stream
  • [option]
)

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

continuationPoints

ContinuationPoint

The maximum number of references to return in the response.

releaseContinuationPoints

Boolean

If TRUE the continuation points are released and no results are returned.

requestHeader

RequestHeader

A standard header included in all requests sent to a server.