Interface IGridFSBucket
Represents a GridFS system bucket.
- Inherited Members
Methods
- Find(FilterDefinition<GridFSFileInfo>, GridFSFindOptions, CancellationToken)
Finds matching entries from the files collection.
- FindAsync(FilterDefinition<GridFSFileInfo>, GridFSFindOptions, CancellationToken)
Finds matching entries from the files collection.
- Open
Upload Stream(string, Grid FSUpload Options, Cancellation Token) Opens a Stream that can be used by the application to write data to a GridFS file.
- Open
Upload Stream Async(string, Grid FSUpload Options, Cancellation Token) Opens a Stream that can be used by the application to write data to a GridFS file.
- Upload
From Bytes(string, byte[], Grid FSUpload Options, Cancellation Token) Uploads a file (or a new revision of a file) to GridFS.
- Upload
From Bytes Async(string, byte[], Grid FSUpload Options, Cancellation Token) Uploads a file (or a new revision of a file) to GridFS.
- Upload
From Stream(string, Stream, Grid FSUpload Options, Cancellation Token) Uploads a file (or a new revision of a file) to GridFS.
- Upload
From Stream Async(string, Stream, Grid FSUpload Options, Cancellation Token) Uploads a file (or a new revision of a file) to GridFS.