Skip to content
DocsTry Aspire
DocsTry

GarnetResource.withDataBindMount

Method
📦 Aspire.Hosting.Garnet v13.4.0
interface GarnetResource {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): GarnetResource;
}

Signature

methodwithDataBindMountbuilder
Adds a bind mount for the data folder to a Garnet container resource and enables Garnet persistence.
withDataBindMount(
source: string,
isReadOnly?: boolean): GarnetResource
sourcestring
isReadOnlybooleanoptional= False
GarnetResource

Defined on

This method is defined on the following type: