LeaseAcquireReason Enum

Definition

The reason why IParitionLoadBalancingStrategy chose to acquire a lease.

public enum LeaseAcquireReason
type LeaseAcquireReason = 
Public Enum LeaseAcquireReason
Inheritance
LeaseAcquireReason

Fields

Expired 2

Lease is detected as expired.

NotOwned 1

Lease has no owner.

Steal 3

Lease needs to be stolen for load balancing.

Unknown 0

Unknown reason to acquire.

Applies to