MilvusDatabaseResource(String, String, MilvusServerResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A resource that represents a Milvus database. This is a child resource of a MilvusServerResource.
public MilvusDatabaseResource (string name, string databaseName, Aspire.Hosting.Milvus.MilvusServerResource parent);
new Aspire.Hosting.ApplicationModel.MilvusDatabaseResource : string * string * Aspire.Hosting.Milvus.MilvusServerResource -> Aspire.Hosting.ApplicationModel.MilvusDatabaseResource
Public Sub New (name As String, databaseName As String, parent As MilvusServerResource)
Parameters
- name
- String
The name of the resource.
- databaseName
- String
The database name.
- parent
- MilvusServerResource
The Milvus parent resource associated with this database.