Skip to content
DocsTry Aspire
DocsTry

SeaweedFSContainerResource Properties

ClassProperties6 members
A resource that represents a SeaweedFS container.
AccessKeySection titled AccessKeyParameterResource
Gets the S3 Access Key.
public ParameterResource AccessKey { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the SeaweedFS resource.
public ReferenceExpression ConnectionStringExpression { get; }
FilerEndpointSection titled FilerEndpointEndpointReference
Gets the endpoint for the SeaweedFS Filer API. Will throw if Filer is not enabled.
public EndpointReference FilerEndpoint { get; }
MasterEndpointSection titled MasterEndpointEndpointReference
Gets the endpoint for the SeaweedFS Master API.
public EndpointReference MasterEndpoint { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the SeaweedFS S3 API. Will throw if S3 is not enabled.
public EndpointReference PrimaryEndpoint { get; }
SecretKeySection titled SecretKeyParameterResource
Gets the S3 Secret Key.
public ParameterResource SecretKey { get; }