Skip to content
DocsTry Aspire
DocsTry

withDataVolume

Method
📦 Aspire.Hosting.Qdrant v13.4.0
interface QdrantServerResource {
// ... omitted for brevity
withDataVolume(
name?: string,
isReadOnly?: boolean): QdrantServerResource;
}

Signature

methodwithDataVolumebuilder
Adds a named volume for the data folder to a Qdrant container resource.
withDataVolume(
name?: string,
isReadOnly?: boolean): QdrantServerResource
namestringoptional
isReadOnlybooleanoptional= False
QdrantServerResource

Applies to

This method applies to the following types: