GridFSBucketDownloadToStreamAsync Method | 
| Name | Description | |
|---|---|---|
| DownloadToStreamAsync(TFileId, Stream, GridFSDownloadOptions, CancellationToken) | 
            Downloads a file stored in GridFS and writes the contents to a stream.
              (Inherited from GridFSBucketTFileId.) | |
| DownloadToStreamAsync(BsonValue, Stream, GridFSDownloadOptions, CancellationToken) | 
            Downloads a file stored in GridFS and writes the contents to a stream.
              |