Skip to content
DocsTry Aspire
DocsTry

SurrealDbDatabaseResource Properties

ClassProperties3 members
A resource that represents a SurrealDB database that is a child of a SurrealDB namespace resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the SurrealDB database.
public ReferenceExpression ConnectionStringExpression { get; }
DatabaseNameSection titled DatabaseNamestring
Gets the database name.
public string DatabaseName { get; }
Gets the parent SurrealDB namespace resource.
public SurrealDbNamespaceResource Parent { get; }