MilvusDatabaseResource
Class net10.0
A resource that represents a Milvus database. This is a child resource of a
MilvusServerResource. namespace Aspire.Hosting.ApplicationModel;
public class MilvusDatabaseResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Milvus.MilvusServerResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<MilvusServerResource>IValueProviderIValueWithReferences
Constructors1
Section titled ConstructorsMilvusDatabaseResource(string, string, MilvusServerResource) A resource that represents a Milvus database. This is a child resource of a
MilvusServerResource. Properties3
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Milvus database.
DatabaseNamegetstring Gets the database name.
Parentget Gets the parent Milvus container resource.