Skip to content
DocsTry Aspire
DocsTry

RavenDBDatabaseResource Properties

ClassProperties3 members
A resource that represents a RavenDB database. This is a child resource of a RavenDBServerResource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the RavenDB database, derived from the parent server's connection string.
public ReferenceExpression ConnectionStringExpression { get; }
DatabaseNameSection titled DatabaseNamestring
Gets the name of the database.
public string DatabaseName { get; }
Gets the parent RavenDB server resource associated with this database.
public RavenDBServerResource Parent { get; }