# EntityFrameworkCoreCosmosSettings Constructors

- Package: [Aspire.Microsoft.EntityFrameworkCore.Cosmos](/reference/api/csharp/aspire.microsoft.entityframeworkcore.cosmos.md)
- Type: [EntityFrameworkCoreCosmosSettings](/reference/api/csharp/aspire.microsoft.entityframeworkcore.cosmos/entityframeworkcorecosmossettings.md)
- Kind: `Constructors`
- Members: `1`

The settings relevant to accessing Azure Cosmos DB database using EntityFrameworkCore.

## EntityFrameworkCoreCosmosSettings

- Name: `Constructor`

```csharp
public sealed class EntityFrameworkCoreCosmosSettings
{
    public EntityFrameworkCoreCosmosSettings()
    {
        // ...
    }
}
```
