Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [Obsolete("All new GridFS files should use an ObjectId as the Id.")]
  2. public Task DownloadToStreamAsync(BsonValue id, Stream destination, GridFSDownloadOptions options = null, CancellationToken cancellationToken = null)
  3.  
  4. private readonly GridFSBucket _gridFsBucket;
  5.  
  6. private readonly IGridFSBucket _gridFsBucket;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement