Edit

Share via


ClusterMembershipOptions.DefunctSiloExpiration Property

Definition

Gets or sets the period of time after which membership entries for defunct silos are eligible for removal. Valid only if DefunctSiloCleanupPeriod is not null.

public TimeSpan DefunctSiloExpiration { get; set; }
member this.DefunctSiloExpiration : TimeSpan with get, set
Public Property DefunctSiloExpiration As TimeSpan

Property Value

Defunct silos are removed from membership after one week by default.

Applies to