SurrealDbNamespaceResource Properties
Class Properties 4 members
A resource that represents a SurrealDB namespace that is a child of a SurrealDB container resource.
Gets the connection string expression for the SurrealDB database.
public ReferenceExpression ConnectionStringExpression { get; } A dictionary where the key is the resource name and the value is the database name.
public IReadOnlyDictionary<string, string> Databases { get; } Gets the namespace name.
public string NamespaceName { get; } Gets the parent SurrealDB container resource.
public SurrealDbServerResource Parent { get; }