Gets the collection of attributes describing this AggregateRecord.

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

Syntax

C#
public override IAttributeMap Attributes { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property Attributes As IAttributeMap
Visual C++
public:
virtual property IAttributeMap^ Attributes {
	IAttributeMap^ get () override;
}

Implements

IAttributeMapProvider..::.Attributes
IAttributeMapProvider..::.Attributes

Remarks

This collection is a composition of the properties and dimension values for this AggregateRecord, as well as the derived properties. If a derived property has the same key as a property or dimension, its value will take precedence when accessed through this IAttributeMap.

See Also