Takes the first X documents from the current pipeline and discards the rest.
- Namespace
- Statiq
.Core - Containing Type
- TakeDocuments
Syntax
public TakeDocuments(int x)
Parameters
Name | Type | Description |
---|---|---|
x | int | An integer representing the number of documents to preserve from the current pipeline. |