Namespace MongoDB.Driver.GridFS
The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.
Classes
- Delegating
Stream Represents a Stream that delegates all of its operations to a wrapped Stream.
- Grid
FSBucket Represents a GridFS bucket.
- Grid
FSBucket Options Represents mutable options for a GridFS instance.
- GridFSBucket<TFileId>
Represents a GridFS bucket.
- Grid
FSChunk Exception Represents a GridFSChunk exception.
- Grid
FSDownload ByName Options Represents options to a GridFS download by name operation.
- Grid
FSDownload Options Represents options for a GridFS download operation.
- Grid
FSDownload Stream Represents a Stream used by the application to read data from a GridFS file.
- GridFSDownloadStream<TFileId>
Represents a Stream used by the application to read data from a GridFS file.
- Grid
FSException Represents a GridFS exception.
- Grid
FSFile Info Represents information about a stored GridFS file (backed by a files collection document).
- Grid
FSFile Info Serializer Represents a serializer for GridFSFileInfo.
- GridFSFileInfoSerializer<TFileId>
Represents a serializer for GridFSFileInfo.
- GridFSFileInfo<TFileId>
Represents information about a stored GridFS file (backed by a files collection document).
- Grid
FSFile Not Found Exception Represents a GridFSFileNotFound exception.
- Grid
FSFind Options Represents options for a GridFS Find operation.
- GridFSFindOptions<TFileId>
Represents options for a GridFS Find operation.
- GridFSMD5
Exception Represents a GridFSMD5 exception.
- Grid
FSUpload Options Represents options for a GridFS upload operation.
- Grid
FSUpload Stream Represents a Stream used by the application to write data to a GridFS file.
- GridFSUploadStream<TFileId>
Represents a Stream used by the application to write data to a GridFS file.
- Immutable
Grid FSBucket Options Represents immutable options for a GridFS instance.
Interfaces
- IGrid
FSBucket Represents a GridFS system bucket.
- IGridFSBucket<TFileId>
Represents a GridFS system bucket.
- IGridFSFileInfoSerializer<TFileId>
Represents a serializer for a GridFSFileInfo.