Method OpenUploadStream
OpenUploadStream(string, GridFSUploadOptions, CancellationToken)
Opens a Stream that can be used by the application to write data to a GridFS file.
public GridFSUploadStream OpenUploadStream(string filename, GridFSUploadOptions options = null, CancellationToken cancellationToken = default)
Parameters
filenamestringThe filename.
optionsGridFSUploadOptionsThe options.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- GridFSUploadStream
A Stream.