QdrantServerResource.withDataBindMount
Method
interface QdrantServerResource { // ... omitted for brevity withDataBindMount( source: string, isReadOnly?: boolean): QdrantServerResource;}Signature
method
withDataBindMountbuilderAdds a bind mount for the data folder to a Qdrant container resource.
withDataBindMount( source: string, isReadOnly?: boolean): QdrantServerResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
QdrantServerResourceDefined on
This method is defined on the following type: