Skip to content
DocsTry Aspire
DocsTry

RavenDBDatabaseResource

Handle
📦 CommunityToolkit.Aspire.Hosting.RavenDB v13.4.0
interface RavenDBDatabaseResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
RavenDBServerResource]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly databaseName: string;
readonly parent: RavenDBServerResource;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the RavenDB database, derived from the parent server's connection string.
propertydatabaseNamestringget
Gets the name of the database.
propertyparentRavenDBServerResourceget
Gets the parent RavenDB server resource associated with this database.