Gets and sets the max number of records to be returned in each aggregated record.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual int NavERecsPerAggrERec { get; set; }
Visual Basic
Public Overridable Property NavERecsPerAggrERec As Integer
	Get
	Set
Visual C++
public:
virtual property int NavERecsPerAggrERec {
	int get ();
	void set (int value);
}

Field Value

Max number of records to return per aggregated record.

Remarks

Defaults to one. Only applicable for aggregated record navigation queries. Values possible include ALL_ERECS_PER_AGGR, ONE_EREC_PER_AGGR, or ZERO_ERECS_PER_AGGR.

See Also