# AzureTableJournalStorageOptions.MetadataOnlyConflictInitialBackoff

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling.azurestorage/orleans.journaling.azuretablejournalstorageoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.journaling.azurestorage/orleans.journaling.azuretablejournalstorageoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Journaling.AzureStorage/AzureTableJournalStorageOptions.cs)

```csharp
public TimeSpan MetadataOnlyConflictInitialBackoff
```

Gets or sets the initial delay applied before re-trying after a metadata-only ETag conflict. Subsequent attempts double the delay (capped at [AzureTableJournalStorageOptions](/orleans/docs/api/csharp/microsoft.orleans.journaling.azurestorage/orleans.journaling.azuretablejournalstorageoptions/)). Set to `System.TimeSpan.Zero` to retry immediately without backoff. Defaults to 10 ms.
