Gets and sets the max number of aggregated records returned in bulk format for the navigation query. If MAX_BULK_ERECS_AVAILABLE is passed to this method, then all aggregated records for the navigation query will be returned.

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

Syntax

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

Field Value

Max number of bulk aggregated records to return for the navigation query.

Remarks

Defaults to 0.

See Also