MilvusDatabaseResource
Handle
interface MilvusDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, MilvusServerResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly parent: MilvusServerResource;}Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the Milvus database.
property
databaseNamestringgetGets the database name.
property
parentMilvusServerResourcegetGets the parent Milvus container resource.