Click or drag to resize

MongoGridFSOpenWrite Method (String, MongoGridFSCreateOptions)

Opens an existing GridFS file for writing.

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public MongoGridFSStream OpenWrite(
	string remoteFileName,
	MongoGridFSCreateOptions createOptions
)

Parameters

remoteFileName
Type: SystemString
The remote file name.
createOptions
Type: MongoDB.Driver.GridFSMongoGridFSCreateOptions
The create options.

Return Value

Type: MongoGridFSStream
A stream.
See Also