Click or drag to resize
GridFSBucketOpenDownloadStreamAsync Method
Overload List
  NameDescription
Public methodOpenDownloadStreamAsync(BsonValue, GridFSDownloadOptions, CancellationToken) Obsolete.
Opens a Stream that can be used by the application to read data from a GridFS file.
Public methodOpenDownloadStreamAsync(ObjectId, GridFSDownloadOptions, CancellationToken)
Opens a Stream that can be used by the application to read data from a GridFS file.
Top
See Also