Details
-
New Feature
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
Description
Please, provide $sample aggregation operator, that not exists now
var mentions = await _context.For<MentionEntity>()
|
.Aggregate()
|
.Sample(count)
|
.Project(x => new { x.Id }) |
.ToListAsync();
|