Condividi tramite


MilvusBuilderExtensions Class

Definition

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.

Applies to