Skip to content
Docs Try Aspire
Docs Try

GoFeatureFlagResource.withDataVolume

Method
📦 CommunityToolkit.Aspire.Hosting.GoFeatureFlag v13.4.0
interface GoFeatureFlagResource {
// ... omitted for brevity
withDataVolume(name?: string): GoFeatureFlagResource;
}

Signature

method withDataVolume builder
Adds a named volume for the data folder to a GO Feature flag container resource.
withDataVolume(name?: string): GoFeatureFlagResource
name string optional
GoFeatureFlagResource

Defined on

This method is defined on the following type: