Skip to content
DocsTry Aspire
DocsTry

MilvusServerResource.withDataBindMount

Method
📦 Aspire.Hosting.Milvus v13.4.0
interface MilvusServerResource {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): MilvusServerResource;
}

Signature

methodwithDataBindMountbuilder
Adds a bind mount for the data folder to a Milvus container resource.
withDataBindMount(
source: string,
isReadOnly?: boolean): MilvusServerResource
sourcestring
isReadOnlybooleanoptional= False
MilvusServerResource

Defined on

This method is defined on the following type: