Method DownloadToStream
DownloadToStream(TFileId, Stream, GridFSDownloadOptions, CancellationToken)
Downloads a file stored in GridFS and writes the contents to a stream.
public void DownloadToStream(TFileId id, Stream destination, GridFSDownloadOptions options = null, CancellationToken cancellationToken = default)
Parameters
idTFileIdThe file id.
destinationStreamThe destination.
optionsGridFSDownloadOptionsThe options.
cancellationTokenCancellationTokenThe cancellation token.