# AzureDataLakeStorageResource

- 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/AzureDataLakeStorageResource.cs)
- Inherits: `Resource`
- Implements: `IExpressionValue`, `IManifestExpressionProvider`, `IResource`, `IResourceWithConnectionString`, `IResourceWithParent`, `IResourceWithParent<AzureStorageResource>`, `IValueProvider`, `IValueWithReferences`, `IAzurePrivateEndpointTarget`, `IResourceWithAzureFunctionsConfig`

A resource that represents an Azure Data Lake Storage.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public class AzureDataLakeStorageResource
    : 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

- [AzureDataLakeStorageResource(string, AzureStorageResource)](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestorageresource/constructors.md#constructor-string-azurestorageresource) -- A resource that represents an Azure Data Lake Storage.

## Properties

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