BrowserDefPrefetch Property |
Get and set the number of entries to prefetch (only for GET browsers
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract long Prefetch { get; set; }
Public MustOverride Property Prefetch As Long
Get
Set
public:
virtual property long long Prefetch {
long long get () abstract;
void set (long long value) abstract;
}
abstract Prefetch : int64 with get, set
Property Value
Type:
Int64
The number of tuples to prefetch.
See Also