# AzureDataLakeStorageFileSystemResource

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

A resource that represents an Azure DataLake Storage container.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public class AzureDataLakeStorageFileSystemResource
    : 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.AzureDataLakeStorageResource>,
      Aspire.Hosting.ApplicationModel.IValueProvider,
      Aspire.Hosting.ApplicationModel.IValueWithReferences
{
    // ...
}
```

## Constructors

- [AzureDataLakeStorageFileSystemResource(string, string, AzureDataLakeStorageResource)](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestoragefilesystemresource/constructors.md#constructor-string-string-azuredatalakestorageresource) -- A resource that represents an Azure DataLake Storage container.

## Properties

- [ConnectionStringExpression](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestoragefilesystemresource/properties.md#connectionstringexpression) : `ReferenceExpression` `get` -- Gets the connection string template for the manifest for the Azure DataLake Storage file system resource.
- [DataLakeFileSystemName](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestoragefilesystemresource/properties.md#datalakefilesystemname) : `string` `get` -- Gets the data lake file system name.
- [Parent](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestoragefilesystemresource/properties.md#parent) : [AzureDataLakeStorageResource](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestorageresource.md) `get` -- Gets the parent [AzureDataLakeStorageResource](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestorageresource.md) of this [AzureDataLakeStorageFileSystemResource](/reference/api/csharp/aspire.hosting.azure.storage/azuredatalakestoragefilesystemresource.md).
