IGridFSBucket.UploadFromStreamAsync Method (String, Stream, GridFSUploadOptions, CancellationToken) |
Uploads a file (or a new revision of a file) to GridFS.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.4.1
SyntaxTask<ObjectId> UploadFromStreamAsync(
string filename,
Stream source,
GridFSUploadOptions options = null,
CancellationToken cancellationToken = null
)
Function UploadFromStreamAsync (
filename As String,
source As Stream,
Optional options As GridFSUploadOptions = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ObjectId)
abstract UploadFromStreamAsync :
filename : string *
source : Stream *
?options : GridFSUploadOptions *
?cancellationToken : CancellationToken
(* Defaults:
let _options = defaultArg options null
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task<ObjectId>
Parameters
- filename
- Type: Task<ObjectId>
A Task whose result is the id of the new file.
See Also
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant