Skip to content
Docs Try Aspire
Docs Try

withLogVolume

Method
📦 CommunityToolkit.Aspire.Hosting.RavenDB v13.4.0
interface RavenDBServerResource {
// ... omitted for brevity
withLogVolume(
name?: string,
isReadOnly?: boolean): RavenDBServerResource;
}

Signature

method withLogVolume builder
Adds a named volume for the logs folder to a RavenDB container resource.
withLogVolume(
name?: string,
isReadOnly?: boolean): RavenDBServerResource
name string optional
isReadOnly boolean optional = False
RavenDBServerResource

Applies to

This method applies to the following types: