Skip to content
DocsTry Aspire
DocsTry

SurrealDbNamespaceResource Properties

ClassProperties4 members
A resource that represents a SurrealDB namespace that is a child of a SurrealDB container resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the SurrealDB database.
public ReferenceExpression ConnectionStringExpression { get; }
DatabasesSection titled DatabasesIReadOnlyDictionary<string, string>
A dictionary where the key is the resource name and the value is the database name.
public IReadOnlyDictionary<string, string> Databases { get; }
NamespaceNameSection titled NamespaceNamestring
Gets the namespace name.
public string NamespaceName { get; }
Gets the parent SurrealDB container resource.
public SurrealDbServerResource Parent { get; }