Gets the total number of aggregate records available. This can be larger than the size of the collection.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public long TotalAggregateRecordCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalAggregateRecordCount As Long
Visual C++
public:
property long long TotalAggregateRecordCount {
	long long get ();
}

See Also