Skip to content
DocsTry Aspire
DocsTry

DocumentDBDatabaseResource Properties

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