# OracleEntityFrameworkCoreSettings

- Kind: `class`
- Package: [Aspire.Oracle.EntityFrameworkCore](/reference/api/csharp/aspire.oracle.entityframeworkcore.md)
- Version: `13.4.0`
- Namespace: `Aspire.Oracle.EntityFrameworkCore`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Components/Aspire.Oracle.EntityFrameworkCore/OracleEntityFrameworkCoreSettings.cs)

Provides the client configuration settings for connecting to a Oracle database using EntityFrameworkCore.

## Definition

```csharp
namespace Aspire.Oracle.EntityFrameworkCore;

public sealed class OracleEntityFrameworkCoreSettings
{
    // ...
}
```

## Constructors

- [OracleEntityFrameworkCoreSettings](/reference/api/csharp/aspire.oracle.entityframeworkcore/oracleentityframeworkcoresettings/constructors.md#constructor)

## Properties

- [CommandTimeout](/reference/api/csharp/aspire.oracle.entityframeworkcore/oracleentityframeworkcoresettings/properties.md#commandtimeout) : `int?` `get; set` -- Gets or sets the time in seconds to wait for the command to execute.
- [ConnectionString](/reference/api/csharp/aspire.oracle.entityframeworkcore/oracleentityframeworkcoresettings/properties.md#connectionstring) : `string?` `get; set` -- The connection string of the Oracle database to connect to.
- [DisableHealthChecks](/reference/api/csharp/aspire.oracle.entityframeworkcore/oracleentityframeworkcoresettings/properties.md#disablehealthchecks) : `bool` `get; set` -- Gets or sets a boolean value that indicates whether the database health check is disabled or not.
- [DisableRetry](/reference/api/csharp/aspire.oracle.entityframeworkcore/oracleentityframeworkcoresettings/properties.md#disableretry) : `bool` `get; set` -- Gets or sets whether retries should be disabled.
- [DisableTracing](/reference/api/csharp/aspire.oracle.entityframeworkcore/oracleentityframeworkcoresettings/properties.md#disabletracing) : `bool` `get; set` -- Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
- [InstrumentationOptions](/reference/api/csharp/aspire.oracle.entityframeworkcore/oracleentityframeworkcoresettings/properties.md#instrumentationoptions) : `Action<OracleDataProviderInstrumentationOptions>` `get; set` -- Gets or sets an action to modify the default Open Telemetry instrumentation options
