-
-
Notifications
You must be signed in to change notification settings - Fork 73
MongoDB GridFS Storage
Robin Rodricks edited this page Jul 17, 2026
·
2 revisions
In order to use MongoDB GridFS storage you need to reference the FluentStorage.Mongo package first. The provider wraps around the standard MongoDB Driver.
You can use the MongoGridStorage factory class to connect to MongoDB GridFS services.
IStore store = MongoGridStorage.FromCredentials(
host,port,username,password,databaseName,bucketName,authDatabase,useSsl);Use our simple polycloud API to perform file and object manipulation operations.
Not yet supported. Create a ticket if you need this.
Call the IStore.GetClient() method to return the native SDK client and perform any native operations.