# ConnectionIssue Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/)

## NumberOfConsecutiveFailures {#numberofconsecutivefailures-dab4459d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/properties/numberofconsecutivefailures-dab4459d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/LogConsistency/ConnectionIssues.cs)

```csharp
[Orleans.Id(2)]
public int NumberOfConsecutiveFailures
```

The number of times we have observed this issue since the first failure

## RetryDelay {#retrydelay-65660245}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/properties/retrydelay-65660245/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/LogConsistency/ConnectionIssues.cs)

```csharp
[Orleans.Id(3)]
public TimeSpan RetryDelay
```

The delay we are waiting before the next retry

## TimeOfFirstFailure {#timeoffirstfailure-4e73fe88}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/properties/timeoffirstfailure-4e73fe88/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/LogConsistency/ConnectionIssues.cs)

```csharp
[Orleans.Id(1)]
public DateTime TimeOfFirstFailure
```

The UTC timestamp of the first time we observed this issue

## TimeStamp {#timestamp-f705b4b8}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.connectionissue/properties/timestamp-f705b4b8/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/LogConsistency/ConnectionIssues.cs)

```csharp
[Orleans.Id(0)]
public DateTime TimeStamp
```

The UTC timestamp of the last time at which the issue was observed
