# AzureTableStorageResource

- Kind: `class`
- Package: [Aspire.Hosting.Azure.Storage](/reference/api/csharp/aspire.hosting.azure.storage.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.Azure`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Storage/AzureTableStorageResource.cs)
- Inherits: `Resource`
- Implements: `IExpressionValue`, `IManifestExpressionProvider`, `IResource`, `IResourceWithConnectionString`, `IResourceWithParent`, `IResourceWithParent<AzureStorageResource>`, `IValueProvider`, `IValueWithReferences`, `IAzurePrivateEndpointTarget`, `IResourceWithAzureFunctionsConfig`

Represents an Azure Table Storage resource.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public class AzureTableStorageResource
    : Aspire.Hosting.ApplicationModel.Resource,
      Aspire.Hosting.ApplicationModel.IExpressionValue,
      Aspire.Hosting.ApplicationModel.IManifestExpressionProvider,
      Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.ApplicationModel.IResourceWithConnectionString,
      Aspire.Hosting.ApplicationModel.IResourceWithParent,
      Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Azure.AzureStorageResource>,
      Aspire.Hosting.ApplicationModel.IValueProvider,
      Aspire.Hosting.ApplicationModel.IValueWithReferences,
      Aspire.Hosting.Azure.IAzurePrivateEndpointTarget,
      Aspire.Hosting.Azure.IResourceWithAzureFunctionsConfig
{
    // ...
}
```

## Constructors

- [AzureTableStorageResource(string, AzureStorageResource)](/reference/api/csharp/aspire.hosting.azure.storage/azuretablestorageresource/constructors.md#constructor-string-azurestorageresource) -- Represents an Azure Table Storage resource.

## Properties

- [ConnectionStringExpression](/reference/api/csharp/aspire.hosting.azure.storage/azuretablestorageresource/properties.md#connectionstringexpression) : `ReferenceExpression` `get` -- Gets the connection string template for the manifest for the Azure Table Storage resource.
- [Parent](/reference/api/csharp/aspire.hosting.azure.storage/azuretablestorageresource/properties.md#parent) : [AzureStorageResource](/reference/api/csharp/aspire.hosting.azure.storage/azurestorageresource.md) `get` -- Gets the parent AzureStorageResource of this AzureTableStorageResource.
- [UriExpression](/reference/api/csharp/aspire.hosting.azure.storage/azuretablestorageresource/properties.md#uriexpression) : `ReferenceExpression` `get` -- Gets the connection URI expression for the table storage service.
