Skip to content
DocsTry Aspire
DocsTry

withLogVolume

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

Signature

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

Applies to

This method applies to the following types: