你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILease 接口

定义

表示作为租约集合中的文档保留的租约。 租约用于:

public interface ILease
type ILease = interface
Public Interface ILease

属性

ConcurrencyToken

获取并发令牌。

ContinuationToken

获取或设置继续标记。 延续标记用于确定更改源的最后一个处理点。

Id

获取租约 ID。

Owner

获取或设置租约的主机名所有者。 所有者会跟踪当前 IChangeFeedProcessor 正在处理该分区键范围。

PartitionId

获取与租约关联的分区。

Properties

获取或设置可从 进行管理的 IParitionLoadBalancingStrategy自定义租约属性。

Timestamp

获取或设置租约的时间戳。 时间戳用于确定租约到期时间。

适用于