Returns number of entries in the space which match a given filter

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
long Size(
	string filter
)
Visual Basic
Function Size ( 
	filter As String
) As Long
Visual C++
long long Size(
	String^ filter
)
F#
abstract Size : 
        filter : string -> int64 

Parameters

filter
Type: System..::..String
A String that can be used to create a Filter

Return Value

Type: Int64
The number of entries in space

See Also