# AzureKustoReadWriteDatabaseResource Properties

- Package: [Aspire.Hosting.Azure.Kusto](/reference/api/csharp/aspire.hosting.azure.kusto.md)
- Type: [AzureKustoReadWriteDatabaseResource](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoreadwritedatabaseresource.md)
- Kind: `Properties`
- Members: `3`

Represents an Azure Kusto read-write database resource, which is a child resource of a [AzureKustoClusterResource](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoclusterresource.md).

## ConnectionStringExpression

- Name: `ConnectionStringExpression`
- Modifiers: `get`
- Returns: `ReferenceExpression`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Azure.Kusto/AzureKustoReadWriteDatabaseResource.cs#L48-L53)

Gets the connection string expression for the Kusto database.

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

## DatabaseName

- Name: `DatabaseName`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Azure.Kusto/AzureKustoReadWriteDatabaseResource.cs#L60)

Gets the database name.

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

## Parent

- Name: `Parent`
- Modifiers: `get`
- Returns: [AzureKustoClusterResource](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoclusterresource.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Azure.Kusto/AzureKustoReadWriteDatabaseResource.cs#L39)

Gets the parent Kusto resource.

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