Click or drag to resize
MongoDB.Driver.GridFS Namespace
The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.
Classes
  ClassDescription
Public classMongoGridFS
Represents a GridFS file system.
Public classMongoGridFSCreateOptions
Represents options used when creating a GridFS file.
Public classMongoGridFSException
Represents a MongoDB GridFS exception.
Public classMongoGridFSFileInfo
Represents information about a GridFS file (patterned after .NET's FileInfo class).
Public classMongoGridFSSettings
Represents setting for GridFS.
Public classMongoGridFSStream
Represents a stream interface to a GridFS file (patterned after .NET's Stream class).