Enumerates the available choices for specifying how may constituent records to include with each AggregateRecord.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public enum RecordsPerAggregateRecord
Visual Basic (Declaration)
Public Enumeration RecordsPerAggregateRecord
Visual C++
public enum class RecordsPerAggregateRecord

Members

Member nameDescription
None
Do not include constituent records with each aggregate record.
One
Include one record with each aggregate record.
All
Include all available records with each aggregate record.

See Also