Do you guys have an example of how to connect to GridFS using the new c# 2.0 driver?
In the earlier version, you could get the database (MongoDatabase) and then run db.GetGridFS(MongoGridFSSettings settings).
In the new version, I am accessing the database through IMongoDatabase and there does not seem to be an extension method on the database to GetGridFS (with MongoDB.Driver.GridFS imported from the legacy 2.0 driver).
- duplicates
-
CSHARP-1191 Implement new GridFS async API
- Closed