XmlIndexQueryQueryAggregate Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines possible aggregate functionality with an Xml filter query

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum QueryAggregate
Members

  Member nameValueDescription
None0 Default, a standard Sql statement is used
GoupAndCount1 Obsolete. Group and count will return distinct values from all fields chosen and a parameter named AggregateValue that contains count of distinct values
GroupAndCount1 Group and count will return distinct values from all fields chosen and a parameter named AggregateValue that contains count of distinct values
Min2 The min aggregate function is used
Max3 The max aggregate function is used
Avg4 The average aggregate function is used
SelectDistinctValues5 Select distinct values will return distinct values from all fields chosen.
See Also

Reference