Gets the estimated number of records covered by each particular cluster.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public long RecordCount { get; internal set; }
Visual Basic (Declaration)
Public Property RecordCount As Long
Visual C++
public:
property long long RecordCount {
	long long get ();
	void set (long long value);
}

See Also