Method Sample
Sample<TInput, TOutput>(PipelineDefinition<TInput, TOutput>, long)
Appends a $sample stage to the pipeline.
public static PipelineDefinition<TInput, TOutput> Sample<TInput, TOutput>(this PipelineDefinition<TInput, TOutput> pipeline, long size)
Parameters
pipelinePipelineDefinition<TInput, TOutput>The pipeline.
sizelongThe sample size.
Returns
- PipelineDefinition<TInput, TOutput>
A new pipeline with an additional stage.
Type Parameters
TInputThe type of the input documents.
TOutputThe type of the output documents.