MongoGridFSFiles Property |
Gets the files collection.
Namespace:
MongoDB.Driver.GridFS
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public MongoCollection<BsonDocument> Files { get; }
Public ReadOnly Property Files As MongoCollection(Of BsonDocument)
Get
member Files : MongoCollection<BsonDocument> with get
Property Value
Type:
MongoCollectionBsonDocumentSee Also