Namespace MongoDB.Driver.GridFS
The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.
Classes
- DelegatingStream
Represents a Stream that delegates all of its operations to a wrapped Stream.
- GridFSBucket
Represents a GridFS bucket.
- GridFSBucketOptions
Represents mutable options for a GridFS instance.
- GridFSBucket<TFileId>
Represents a GridFS bucket.
- GridFSChunkException
Represents a GridFSChunk exception.
- GridFSDownloadByNameOptions
Represents options to a GridFS download by name operation.
- GridFSDownloadOptions
Represents options for a GridFS download operation.
- GridFSDownloadStream
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.
- GridFSException
Represents a GridFS exception.
- GridFSFileInfo
Represents information about a stored GridFS file (backed by a files collection document).
- GridFSFileInfoSerializer
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).
- GridFSFileNotFoundException
Represents a GridFSFileNotFound exception.
- GridFSFindOptions
Represents options for a GridFS Find operation.
- GridFSFindOptions<TFileId>
Represents options for a GridFS Find operation.
- GridFSMD5Exception
Represents a GridFSMD5 exception.
- GridFSUploadOptions
Represents options for a GridFS upload operation.
- GridFSUploadStream
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.
- ImmutableGridFSBucketOptions
Represents immutable options for a GridFS instance.
Interfaces
- IGridFSBucket
Represents a GridFS system bucket.
- IGridFSBucket<TFileId>
Represents a GridFS system bucket.
- IGridFSFileInfoSerializer<TFileId>
Represents a serializer for a GridFSFileInfo.