GridFSBucketTFileIdDatabase Property |
Gets the database where the GridFS files are stored.
Namespace:
MongoDB.Driver.GridFS
Assembly:
MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public IMongoDatabase Database { get; }
Public ReadOnly Property Database As IMongoDatabase
Get
abstract Database : IMongoDatabase with get
override Database : IMongoDatabase with get
Property Value
Type:
IMongoDatabase
The database.
Implements
IGridFSBucketTFileIdDatabaseSee Also