Partitions the input documents into groups with matching keys
based on the key delegate.
- Namespace
- Statiq
.Core - Containing Type
- GroupDocuments
Syntax
public GroupDocuments(Config<IEnumerable<object>> groupKeys)
Parameters
Name | Type | Description |
---|---|---|
groupKeys | Config |
A delegate that returns group key(s) (multiple keys can be returned for each document and they'll be aggregated). |