MilvusServerResource.withDataVolume
Method
interface MilvusServerResource { // ... omitted for brevity withDataVolume( name?: string, isReadOnly?: boolean): MilvusServerResource;}Signature
method
withDataVolume builder Adds a persistent data volume to the Milvus server resource.
withDataVolume( name?: string, isReadOnly?: boolean): MilvusServerResourceParameters
name string optional isReadOnly boolean optional = False Returns
MilvusServerResource Defined on
This method is defined on the following type: