Skip to content
Docs Try Aspire

SurrealDbDatabaseResource Properties

Class Properties 3 members
A resource that represents a SurrealDB database that is a child of a SurrealDB namespace resource.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the SurrealDB database.
public ReferenceExpression ConnectionStringExpression { get; }
DatabaseName Section titled DatabaseName string
Gets the database name.
public string DatabaseName { get; }
Gets the parent SurrealDB namespace resource.
public SurrealDbNamespaceResource Parent { get; }