MongoDB.Driver.GridFS Namespace |
Class | Description | |
---|---|---|
![]() | GridFSBucket |
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.
|
![]() | 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.
|
![]() | GridFSFileNotFoundException |
Represents a GridFSFileNotFound exception.
|
![]() | GridFSFindOptions |
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.
|
![]() | 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.
|