mongodb-generic-repository icon indicating copy to clipboard operation
mongodb-generic-repository copied to clipboard

How to use with Aggregate AllowDiskUse

Open dinhan92 opened this issue 3 years ago • 0 comments

I try to use Aggegate with Database.GetCollection<TDocument>(GetCollectionName<TDocument>(partitionKey)) but it get this error: Cannot implicitly convert type 'MongoDB.Driver.IAggregateFluent<TDocument>' to 'MongoDB.Driver.IMongoCollection<TDocument>' How can I use AllowDiskUse?

dinhan92 avatar Feb 08 '22 10:02 dinhan92