Skip to content
Docs Try Aspire
Docs Try

MilvusDatabaseResource

Handle
📦 Aspire.Hosting.Milvus v13.3.0
interface MilvusDatabaseResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
MilvusServerResource]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly databaseName: string;
readonly parent: MilvusServerResource;
}

Properties

property connectionStringExpression ReferenceExpression get
Gets the ConnectionStringExpression property
property databaseName string get
Gets the DatabaseName property
property parent MilvusServerResource get
Gets the Parent property