Skip to content
Docs Try Aspire
Docs Try

withDataVolume

Method
📦 Aspire.Hosting.Seq v13.4.0
interface SeqResource {
// ... omitted for brevity
withDataVolume(
name?: string,
isReadOnly?: boolean): SeqResource;
}

Signature

method withDataVolume builder
Adds a named volume for the data folder to a Seq container resource.
withDataVolume(
name?: string,
isReadOnly?: boolean): SeqResource
name string optional
isReadOnly boolean optional = False
SeqResource

Applies to

This method applies to the following types: