The BrowserDef type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create()()()() |
Return a new BrowserDef instance.
| |
| Create(Int64, BrowserDef..::..TimeScope) |
Return a new BrowserDef instance.
| |
| Create(Int64, BrowserDef..::..TimeScope, BrowserDef..::..DistributionScope) |
Return a new BrowserDef instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| 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. |
Properties
| 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.
|