Gets the collection of properties that can be used as aggregation keys in aggregated record commands.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public ReadOnlyCollection<string> AggregationKeys { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AggregationKeys As ReadOnlyCollection(Of String) |
| Visual C++ |
|---|
public: property ReadOnlyCollection<String^>^ AggregationKeys { ReadOnlyCollection<String^>^ get (); } |