Skip to content
Docs Try Aspire
Docs Try

DocumentDBDatabaseResource Properties

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