Method Out
Out<TInput>(IMongoCollection<TInput>, TimeSeriesOptions)
Creates a $out stage.
public static PipelineStageDefinition<TInput, TInput> Out<TInput>(IMongoCollection<TInput> outputCollection, TimeSeriesOptions timeSeriesOptions = null)Parameters
- outputCollectionIMongoCollection<TInput>
- The output collection. 
- timeSeriesOptionsTimeSeriesOptions
- The time series options. 
Returns
- PipelineStageDefinition<TInput, TInput>
- The stage. 
Type Parameters
- TInput
- The type of the input documents.