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
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 Size { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property Size As Long
Get |
Visual C++ |
---|
public:
virtual property long long Size {
long long get () abstract;
} |
F# |
---|
abstract Size : int64 with get
|
Property Value
Type:
Int64
The number of tuples to be returned by the browser
See Also