# AzureTableStorageResource Properties

- Package: [Aspire.Hosting.Azure.Storage](/reference/api/csharp/aspire.hosting.azure.storage.md)
- Type: [AzureTableStorageResource](/reference/api/csharp/aspire.hosting.azure.storage/azuretablestorageresource.md)
- Kind: `Properties`
- Members: `3`

Represents an Azure Table Storage resource.

## ConnectionStringExpression

- Name: `ConnectionStringExpression`
- Modifiers: `get`
- Returns: `ReferenceExpression`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Storage/AzureTableStorageResource.cs#L40)

Gets the connection string template for the manifest for the Azure Table Storage resource.

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

## Parent

- Name: `Parent`
- Modifiers: `get`
- Returns: [AzureStorageResource](/reference/api/csharp/aspire.hosting.azure.storage/azurestorageresource.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Storage/AzureTableStorageResource.cs#L26)

Gets the parent AzureStorageResource of this AzureTableStorageResource.

```csharp
public AzureStorageResource Parent { get; }
```

## UriExpression

- Name: `UriExpression`
- Modifiers: `get`
- Returns: `ReferenceExpression`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Storage/AzureTableStorageResource.cs#L34)

Gets the connection URI expression for the table storage service.

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

## Remarks

Format: `https://{host}:{port}` for emulator or `{tableEndpoint}` for Azure.
