withDataVolume
Function
interface QdrantServerResource { // ... omitted for brevity withDataVolume( name?: string, isReadOnly?: boolean): QdrantServerResource;}Signature
method
withDataVolume builder Adds a named volume for the data folder to a Qdrant container resource.
withDataVolume( name?: string, isReadOnly?: boolean): QdrantServerResourceParameters
name string optional isReadOnly boolean optional = False Returns
QdrantServerResource Applies to
This function is an extension method on the following types: