Click or drag to resize
GridFSBucketDownloadToStreamAsync Method
Overload List
  NameDescription
Public methodDownloadToStreamAsync(BsonValue, Stream, GridFSDownloadOptions, CancellationToken) Obsolete.
Downloads a file stored in GridFS and writes the contents to a stream.
Public methodDownloadToStreamAsync(ObjectId, Stream, GridFSDownloadOptions, CancellationToken)
Downloads a file stored in GridFS and writes the contents to a stream.
Top
See Also