Namespace MongoDB.Driver.GridFS
| MongoDB CSharp Driver API Reference (original) (raw)
The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.
Classes
Represents a Stream that delegates all of its operations to a wrapped Stream.
Represents a GridFS bucket.
Represents mutable options for a GridFS instance.
Represents a GridFS bucket.
Represents a GridFSChunk exception.
Represents options to a GridFS download by name operation.
Represents options for a GridFS download operation.
Represents a Stream used by the application to read data from a GridFS file.
Represents a Stream used by the application to read data from a GridFS file.
Represents a GridFS exception.
Represents information about a stored GridFS file (backed by a files collection document).
Represents a serializer for GridFSFileInfo.
Represents a serializer for GridFSFileInfo.
Represents information about a stored GridFS file (backed by a files collection document).
Represents a GridFSFileNotFound exception.
Represents options for a GridFS Find operation.
Represents options for a GridFS Find operation.
Represents options for a GridFS upload operation.
Represents a Stream used by the application to write data to a GridFS file.
Represents a Stream used by the application to write data to a GridFS file.
Represents immutable options for a GridFS instance.
Interfaces
Represents a GridFS system bucket.
Represents a GridFS system bucket.
Represents a serializer for a GridFSFileInfo.