Method Sample
Sample(long)
Appends a sample stage to the pipeline.
IAggregateFluent<TResult> Sample(long size)
Parameters
size
longThe sample size.
Returns
- IAggregateFluent<TResult>
The fluent aggregate interface.
Appends a sample stage to the pipeline.
IAggregateFluent<TResult> Sample(long size)
size
longThe sample size.
The fluent aggregate interface.