Method OpenDownloadStreamByNameAsync
OpenDownloadStreamByNameAsync(string, GridFSDownloadByNameOptions, CancellationToken)
Opens a Stream that can be used by the application to read data from a GridFS file.
Task<GridFSDownloadStream<TFileId>> OpenDownloadStreamByNameAsync(string filename, GridFSDownloadByNameOptions options = null, CancellationToken cancellationToken = default)
Parameters
filename
stringThe filename.
options
GridFSDownload ByName Options The options.
cancellationToken
CancellationToken The cancellation token.
Returns
- Task<Grid
FSDownload <TFileId>>Stream A Task whose result is a Stream.