Skip to content

AzureBlobJournalStorageOptions.MetadataOnlyConflictInitialBackoff

MetadataOnlyConflictInitialBackoff

getset
View source
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 AzureBlobJournalStorageOptions). Set to System.TimeSpan.Zero to retry immediately without backoff. Defaults to 10 ms.