Namespace MongoDB.Driver.GridFS
The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.
Classes
- MongoGridFS
Represents a GridFS file system.
- MongoGridFSCreateOptions
Represents options used when creating a GridFS file.
- MongoGridFSException
Represents a MongoDB GridFS exception.
- MongoGridFSFileInfo
Represents information about a GridFS file (patterned after .NET's FileInfo class).
- MongoGridFSSettings
Represents setting for GridFS.
- MongoGridFSStream
Represents a stream interface to a GridFS file (patterned after .NET's Stream class).