Gets the number of constituent records for the AggregateRecord.

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

Syntax

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

See Also