MongoDB.Driver.GridFS Namespace |
Class | Description | |
---|---|---|
DelegatingStream |
Represents a Stream that delegates all of its operations to a wrapped Stream.
| |
GridFSBucket |
Represents a GridFS bucket.
| |
GridFSBucketTFileId |
Represents a GridFS bucket.
| |
GridFSBucketOptions |
Represents mutable options for a GridFS instance.
| |
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.
| |
GridFSDownloadStreamTFileId |
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).
| |
GridFSFileInfoTFileId |
Represents information about a stored GridFS file (backed by a files collection document).
| |
GridFSFileInfoSerializer |
Represents a serializer for GridFSFileInfo.
| |
GridFSFileInfoSerializerTFileId |
Represents a serializer for GridFSFileInfo.
| |
GridFSFileNotFoundException |
Represents a GridFSFileNotFound exception.
| |
GridFSFindOptions |
Represents options for a GridFS Find operation.
| |
GridFSFindOptionsTFileId |
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.
| |
GridFSUploadStreamTFileId |
Represents a Stream used by the application to write data to a GridFS file.
| |
ImmutableGridFSBucketOptions |
Represents immutable options for a GridFS instance.
| |
MongoGridFS |
Represents a GridFS file system.
| |
MongoGridFSCreateOptions |
Represents options used when creating a GridFS file.
| |
MongoGridFSException |
Represents a MongoDB GridFS exception.
| |
MongoGridFSFileInfo |
Represents information about a GridFS file (patterned after .NET's FileInfo class).
| |
MongoGridFSSettings |
Represents setting for GridFS.
| |
MongoGridFSStream |
Represents a stream interface to a GridFS file (patterned after .NET's Stream class).
|
Interface | Description | |
---|---|---|
IGridFSBucket |
Represents a GridFS system bucket.
| |
IGridFSBucketTFileId |
Represents a GridFS system bucket.
| |
IGridFSFileInfoSerializerTFileId |
Represents a serializer for a GridFSFileInfo.
|