MongoDBDatabaseResource Constructors
Class Constructors 1 member
A resource that represents a MongoDB database. This is a child resource of a
MongoDBServerResource. Constructor(string, string, MongoDBServerResource) Section titled Constructor(string, string, MongoDBServerResource) A resource that represents a MongoDB database. This is a child resource of a
MongoDBServerResource. public class MongoDBDatabaseResource{ public MongoDBDatabaseResource( string name, string databaseName, MongoDBServerResource parent) { // ... }}Parameters
name string The name of the resource. databaseName string The database name. parent MongoDBServerResource The MongoDB server resource associated with this database.