Method DownloadToStreamByNameAsync
DownloadToStreamByNameAsync(string, Stream, GridFSDownloadByNameOptions, CancellationToken)
Downloads a file stored in GridFS and writes the contents to a stream.
public Task DownloadToStreamByNameAsync(string filename, Stream destination, GridFSDownloadByNameOptions options = null, CancellationToken cancellationToken = default)
Parameters
filename
stringThe filename.
destination
StreamThe destination.
options
GridFSDownload ByName Options The options.
cancellationToken
CancellationToken The cancellation token.
Returns
- Task
A Task.