# AzureDataLakeStorageFileSystemResource Properties

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

A resource that represents an Azure DataLake Storage container.

## ConnectionStringExpression

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

Gets the connection string template for the manifest for the Azure DataLake Storage file system resource.

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

## DataLakeFileSystemName

- Name: `DataLakeFileSystemName`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Storage/AzureDataLakeStorageFileSystemResource.cs#L25)

Gets the data lake file system name.

```csharp
public string DataLakeFileSystemName { get; }
```

## Parent

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

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).

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