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