Gets the collection of attributes describing this AggregateRecord.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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..::.AttributesIAttributeMapProvider..::.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.