Skip to content
Docs Try Aspire

MilvusServerResource.withDataBindMount

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

Signature

method withDataBindMount builder
Mounts a host directory as the Milvus data directory.
withDataBindMount(
source: string,
isReadOnly?: boolean): MilvusServerResource
source string
isReadOnly boolean optional = False
MilvusServerResource

Defined on

This method is defined on the following type: