Skip to content
Docs Try Aspire

SeqResource.withDataVolume

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

Signature

method withDataVolume builder
Adds a data volume for Seq
withDataVolume(
name?: string,
isReadOnly?: boolean): SeqResource
name string optional
isReadOnly boolean optional = False
SeqResource

Defined on

This method is defined on the following type: