Skip to content
DocsTry Aspire
DocsTry

MilvusDatabaseResource Properties

ClassProperties3 members
A resource that represents a Milvus database. This is a child resource of a MilvusServerResource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Milvus database.
public ReferenceExpression ConnectionStringExpression { get; }
Format: Endpoint={uri};Key={token};Database={DatabaseName}.
DatabaseNameSection titled DatabaseNamestring
Gets the database name.
public string DatabaseName { get; }
Gets the parent Milvus container resource.
public MilvusServerResource Parent { get; }