Skip to content
DocsTry Aspire
DocsTry

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

Applies to

This method applies to the following types: