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.4.0.001)
Syntax
C# |
---|
public abstract long Prefetch { get; set; } |
Visual Basic |
---|
Public MustOverride Property Prefetch As Long
Get
Set |
Visual C++ |
---|
public:
virtual property long long Prefetch {
long long get () abstract;
void set (long long value) abstract;
} |
F# |
---|
abstract Prefetch : int64 with get, set
|
Property Value
Type:
Int64
The number of tuples to prefetch.
See Also