Lease Class

Definition

Contains partition ownership information.

public class Lease
type Lease = class
Public Class Lease
Inheritance
Lease

Constructors

Lease()
Lease(Lease)
Lease(String)

Properties

Epoch

Gets or sets the epoch year of the lease, which is a value you can use to determine the most recent owner of a partition between competing nodes.

Offset

Gets or sets the current value for the offset in the stream.

Owner

Gets or sets the host owner for the partition.

PartitionId

Gets the ID of the partition to which this lease belongs.

SequenceNumber

Gets or sets the last checkpointed sequence number in the stream.

Token

Gets or sets the lease token that manages concurrency between hosts. You can use this token to guarantee single access to any resource needed by the IEventProcessor object.

Methods

IncrementEpoch()

Increments the stored epoch in the checkpoint.

IsExpired()

Determines whether the lease is expired.

Applies to