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
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the MongoDB database.
property
databaseNamestringgetGets the database name.
property
parentMongoDBServerResourcegetGets the parent MongoDB container resource.
property
uriExpressionReferenceExpressiongetGets the connection URI expression for the MongoDB database.