# SeaweedFSContainerResource Properties

- Package: [CommunityToolkit.Aspire.Hosting.SeaweedFS](/reference/api/csharp/communitytoolkit.aspire.hosting.seaweedfs.md)
- Type: [SeaweedFSContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.seaweedfs/seaweedfscontainerresource.md)
- Kind: `Properties`
- Members: `6`

A resource that represents a SeaweedFS container.

<a id="accesskey"></a>

## AccessKey

- Name: `AccessKey`
- Modifiers: `get`
- Returns: `ParameterResource`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.SeaweedFS/SeaweedFSContainerResource.cs)

Gets the S3 Access Key.

```csharp
public ParameterResource AccessKey { get; }
```

<a id="connectionstringexpression"></a>

## ConnectionStringExpression

- Name: `ConnectionStringExpression`
- Modifiers: `get`
- Returns: `ReferenceExpression`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.SeaweedFS/SeaweedFSContainerResource.cs#L37)

Gets the connection string expression for the SeaweedFS resource.

```csharp
public ReferenceExpression ConnectionStringExpression { get; }
```

<a id="filerendpoint"></a>

## FilerEndpoint

- Name: `FilerEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.SeaweedFS/SeaweedFSContainerResource.cs#L34)

Gets the endpoint for the SeaweedFS Filer API. Will throw if Filer is not enabled.

```csharp
public EndpointReference FilerEndpoint { get; }
```

<a id="masterendpoint"></a>

## MasterEndpoint

- Name: `MasterEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.SeaweedFS/SeaweedFSContainerResource.cs#L31)

Gets the endpoint for the SeaweedFS Master API.

```csharp
public EndpointReference MasterEndpoint { get; }
```

<a id="primaryendpoint"></a>

## PrimaryEndpoint

- Name: `PrimaryEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.SeaweedFS/SeaweedFSContainerResource.cs#L28)

Gets the primary endpoint for the SeaweedFS S3 API. Will throw if S3 is not enabled.

```csharp
public EndpointReference PrimaryEndpoint { get; }
```

<a id="secretkey"></a>

## SecretKey

- Name: `SecretKey`
- Modifiers: `get`
- Returns: `ParameterResource`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.SeaweedFS/SeaweedFSContainerResource.cs)

Gets the S3 Secret Key.

```csharp
public ParameterResource SecretKey { get; }
```
