The Browser type exposes the following members.

Constructors

  NameDescription
Protected methodBrowser
Initializes a new instance of the Browser class

Methods

  NameDescription
Public methodStatic memberCreate(Metaspace, String, BrowserDef..::..BrowserType)
Creates the browser
Public methodStatic memberCreate(Metaspace, String, BrowserDef..::..BrowserType, BrowserDef)
Creates the browser
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
Public methodStop
Stops the browser.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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