MongoDB GridFS Storage - robinrodricks/FluentStorage GitHub Wiki
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.