The Browser type exposes the following members.

Properties

  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
Public propertyIsPartial
Indicates if there could be more matching data for the specified filter
Public propertyNext
Return the next Tuple being browsed, or null if the Browser timed out waiting for a new Tuple to be put into the Space.
Public propertyQuery
Sets the query.
Public propertyQueryLogs Obsolete.
Return the query logs.
Public propertySize
Gets the actual size of the browser if SNAPSHOT and prefetch_all is used. Otherwise estimated size of the tuple to be returned from the browser
Public propertyType
Return the type of Browser.

See Also