Skip to content
DocsTry Aspire
DocsTry

withDataVolume

Method
📦 CommunityToolkit.Aspire.Hosting.RedPanda v13.5.0
interface RedPandaServerResource {
// ... omitted for brevity
withDataVolume(
name?: string,
isReadOnly?: boolean): RedPandaServerResource;
}

Signature

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

Applies to

This method applies to the following types: