| BrowserDef Class |
Namespace: Com.Tibco.As.Space.Browser
The BrowserDef type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Return a new BrowserDef instance.
| |
| Create(Int64, BrowserDefTimeScope) |
Return a new BrowserDef instance.
| |
| Create(Int64, BrowserDefTimeScope, BrowserDefDistributionScope) |
Return a new BrowserDef instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| NO_WAIT | Timeout value for the browser. | |
| PREFETCH_ALL | Prefetch all entries for browser (get browser only) | |
| WAIT_FOREVER | Timeout value for the browser. |
| Name | Description | |
|---|---|---|
| Distributionscope |
Get and set the SpaceEntry scope of the browser.
| |
| Prefetch |
Get and set the number of entries to prefetch (only for GET browsers
| |
| QueryLimit |
This limits the number of rows that are returned per seeder in case of SNAPSHOT GET browser.
| |
| Route |
Gets or sets a value indicating whether this BrowserDef is route.
| |
| Timeout |
Get and set the timeout value associated with the browser.
| |
| Timescope |
Get and set the time scope of the browser.
|