MongoDBDatabaseResource
Handle
interface MongoDBDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, MongoDBServerResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly parent: MongoDBServerResource; readonly uriExpression: ReferenceExpression;}Properties
property
connectionStringExpression ReferenceExpression get Gets the connection string expression for the MongoDB database.
property
databaseName string get Gets the database name.
property
parent MongoDBServerResource get Gets the parent MongoDB container resource.
property
uriExpression ReferenceExpression get Gets the connection URI expression for the MongoDB database.