Afficher en anglais

Partage via


MilvusBuilderExtensions Class

Definition

Provides extension methods for adding Milvus resources to the application model.

C#
public static class 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.

Applies to

Produit Versions
.NET Aspire 8.0.0, 9.0.0, 9.1.0