An aggregated record from the MDEX Engine. This results from either a , or a with an AggregationKey parameter specified. The aggregated records feature allows the end user to group records by dimension or property values.

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

Syntax

C#
[SerializableAttribute]
public class AggregateRecord : Record, 
	IAttributeMapProvider
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AggregateRecord _
	Inherits Record _
	Implements IAttributeMapProvider
Visual C++
[SerializableAttribute]
public ref class AggregateRecord : public Record, 
	IAttributeMapProvider

Remarks

An aggregate record is composed of a set of constituent records, one of which is called the representative record. The representative record is the individual record that occurs first in order of the underlying records in the aggregated record. The aggregate record instance itself is the representative record, and the constituent records are contained in the Records collection.

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.Record
    Endeca.Data..::.AggregateRecord

See Also