mongo-csharp-driver
mongo-csharp-driver copied to clipboard
CSHARP-2659 - Adding support for $sample aggregation pipeline stage.
While answering this Stack Overflow Question I came across that $sample was not supported in the fluent aggregation syntax and also noticed it's been raised on Jira (CSHARP-2659) too.
So decided to have a stab at implementing it.