GigaSpaces XAP.NET Documentation
Count Method (path)
Class LibraryGigaSpaces.CoreAggregationSetCount(String)
Returns the number of entries which has non-null value at the specified path.
Declaration Syntax
C#Visual BasicVisual C++J#
public AggregationSet Count(
	string path
)
Public Function Count ( _
	path As String _
) As AggregationSet
public:
AggregationSet^ Count(
	String^ path
)
public AggregationSet Count(
	String path
)
Parameters
path (String)
Path to inspect
Return Value
Number of entries with non-null values at the specified path

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)