SeaweedFSContainerResource
Classsealednet10.0
A resource that represents a SeaweedFS container.
namespace Aspire.Hosting;
public sealed class SeaweedFSContainerResource : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IExpressionValue, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...}ContainerResourceIExpressionValueIManifestExpressionProviderIResourceIResourceWithConnectionStringIValueProviderIValueWithReferences
8 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesAccessKeygetParameterResourceGets the S3 Access Key.
ConnectionStringExpressiongetReferenceExpressionGets the connection string expression for the SeaweedFS resource.
FilerEndpointgetEndpointReferenceGets the endpoint for the SeaweedFS Filer API. Will throw if Filer is not enabled.
MasterEndpointgetEndpointReferenceGets the endpoint for the SeaweedFS Master API.
PrimaryEndpointgetEndpointReferenceGets the primary endpoint for the SeaweedFS S3 API. Will throw if S3 is not enabled.
SecretKeygetParameterResourceGets the S3 Secret Key.