Gets the offset of the first aggregated record in the aggregated record list with respect to the total number of aggregated records in the dataset that match this navigation query.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual long AggrERecsOffset { get; }
Visual Basic
Public Overridable ReadOnly Property AggrERecsOffset As Long
	Get
Visual C++
public:
virtual property long long AggrERecsOffset {
	long long get ();
}

Field Value

Offset of the first aggregated record in the endeca record list with respect to the aggregated records in the navigation query result. Also returns 0 if no aggregated records are in result.

See Also