Skip to content
Docs Try Aspire

SurrealDbNamespaceResource Constructors

Class Constructors 1 member
A resource that represents a SurrealDB namespace that is a child of a SurrealDB container resource.
Constructor(string, string, SurrealDbServerResource) Section titled Constructor(string, string, SurrealDbServerResource)
Initializes a new instance of the SurrealDbNamespaceResource class.
public class SurrealDbNamespaceResource
{
public SurrealDbNamespaceResource(
string name,
string namespaceName,
SurrealDbServerResource parent)
{
// ...
}
}
name string The name of the resource.
namespaceName string The namespace name.
parent SurrealDbServerResource The parent SurrealDB server resource.