Edit

Share via


ClusterMembershipOptions.DefunctSiloCleanupPeriod Property

Definition

Gets or sets the duration between membership table cleanup operations. When this period elapses, all defunct silo entries older than DefunctSiloExpiration are removed. This value is per-silo.

public TimeSpan? DefunctSiloCleanupPeriod { get; set; }
member this.DefunctSiloCleanupPeriod : Nullable<TimeSpan> with get, set
Public Property DefunctSiloCleanupPeriod As Nullable(Of TimeSpan)

Property Value

Membership is cleared of expired, defunct silos every hour, by default.

Applies to