APIs

Show:

Finds the servers known to the discovery server.

Constructor

FindServersOnNetworkRequest

(
  • 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

maxRecordsToReturn

UInt32

The maximum number of records to return in the response. 0 indicates that there is no limit.

requestHeader

RequestHeader

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

serverCapabilityFilter

String

List of Server capability filters. The set of allowed server capabilities are defined in Part 12. Only records with all of the specified server capabilities are returned. The comparison is case insensitive. If this list is empty then no filtering is performed.

startingRecordId

Counter

Only records with an identifier greater than this number will be returned. Specify 0 to start with the first record in the cache.