Skip to content
DocsTry Aspire
DocsTry

addSeaweedFS

Method
📦 CommunityToolkit.Aspire.Hosting.SeaweedFS v13.5.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addSeaweedFS(name: string): SeaweedFSContainerResource;
}

Signature

methodaddSeaweedFSbuilder
Adds a base SeaweedFS container (Master and Volume APIs) to the application model. Chain with .WithS3() or .WithFiler() to enable additional APIs.
addSeaweedFS(name: string): SeaweedFSContainerResource
namestring
SeaweedFSContainerResource

Applies to

This method applies to the following types: