Share via


ChangeFeedProcessorOptions.LeaseExpirationInterval Property

Definition

Gets or sets the interval for which the lease is taken on a lease representing a partition. If the lease is not renewed within this interval, it will cause it to expire and ownership of the partition will move to another Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessor instance.

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

Property Value

Applies to