The Browser type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current |
Gets the element in the collection at the current position of the enumerator.
| |
IsPartial |
Indicates if there could be more matching data for the specified filter
| |
Next |
Return the next Tuple being browsed, or null if the Browser timed out
waiting for a new Tuple to be put into the Space.
| |
Query |
Sets the query.
| |
QueryLogs | Obsolete.
Return the query logs.
| |
Size |
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
| |
Type |
Return the type of Browser.
|