Share via


ChangeFeedProcessorState.InstanceName Property

Definition

Gets the name of the instance currently owning the lease.

public string InstanceName { get; }
member this.InstanceName : string
Public ReadOnly Property InstanceName As String

Property Value

Remarks

Leases can be in a released state and not being owned by any instance on a particular moment in time, in which case, this value is null.

Applies to