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

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

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

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

Represents a serializer for GridFSFileInfo.

GridFSFileInfo

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

Represents options for a GridFS Find operation.

GridFSUploadOptions

Represents options for a GridFS upload operation.

GridFSUploadStream

Represents a Stream used by the application to write data to a GridFS file.

GridFSUploadStream

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

Represents a GridFS system bucket.

IGridFSFileInfoSerializer

Represents a serializer for a GridFSFileInfo.