MongoDBDatabaseResource Properties
Class Properties 4 members
A resource that represents a MongoDB database. This is a child resource of a
MongoDBServerResource. Gets the connection string expression for the MongoDB database.
public ReferenceExpression ConnectionStringExpression { get; } Gets the database name.
public string DatabaseName { get; } Gets the parent MongoDB container resource.
public MongoDBServerResource Parent { get; } Gets the connection URI expression for the MongoDB database.
public ReferenceExpression UriExpression { get; }Remarks
Format:
mongodb://[user:password@]{host}:{port}/{database}[?authSource=admin&authMechanism=SCRAM-SHA-256]. The credential and query segments are included only when a password is configured.