Click or drag to resize
MongoGridFSServer Property
Gets the server containing the GridFS collections.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.2.0
Syntax
public MongoServer Server { get; }

Property Value

Type: MongoServer
See Also