MilvusBuilderExtensions Class
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.
Provides extension methods for adding Milvus resources to the application model.
public static class MilvusBuilderExtensions
type MilvusBuilderExtensions = class
Public Module MilvusBuilderExtensions
- Inheritance
-
MilvusBuilderExtensions
Methods
AddDatabase(IResourceBuilder<MilvusServerResource>, String, String) |
Adds a Milvus database to the application model. |
AddMilvus(IDistributedApplicationBuilder, String, IResourceBuilder<ParameterResource>, Nullable<Int32>) |
Adds a Milvus container resource to the application model. |
WithAttu<T>(IResourceBuilder<T>, Action<IResourceBuilder<AttuResource>>, String) |
Adds an administration and development platform for Milvus to the application model using Attu. |
WithConfigurationBindMount(IResourceBuilder<MilvusServerResource>, String) |
Adds a bind mount for the configuration of a Milvus container resource. |
WithDataBindMount(IResourceBuilder<MilvusServerResource>, String, Boolean) |
Adds a bind mount for the data folder to a Milvus container resource. |
WithDataVolume(IResourceBuilder<MilvusServerResource>, String, Boolean) |
Adds a named volume for the data folder to a Milvus container resource. |