Skip to content
Docs Try Aspire

RavenDBDatabaseResource Properties

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