Click or drag to resize
MongoGridFSFileInfo Constructor (MongoServer, MongoServerInstance, String, MongoGridFSSettings, BsonDocument)
Initializes a new instance of the MongoGridFSFileInfo class.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.2.0
Syntax
public MongoGridFSFileInfo(
	MongoServer server,
	MongoServerInstance serverInstance,
	string databaseName,
	MongoGridFSSettings gridFSSettings,
	BsonDocument fileInfo
)

Parameters

server
Type: MongoDB.Driver.MongoServer
The server.
serverInstance
Type: MongoDB.Driver.MongoServerInstance
The server instance.
databaseName
Type: System.String
Name of the database.
gridFSSettings
Type: MongoDB.Driver.GridFS.MongoGridFSSettings
The GridFS settings.
fileInfo
Type: MongoDB.Bson.BsonDocument
The fileInfo.
See Also