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

ChangeFeedHostOptions.LeaseExpirationInterval 属性

定义

获取或设置对表示分区的租约进行租约的间隔。 如果未在此时间间隔内续订租约,则会导致租约过期,并且分区的所有权将转移到另一个 ChangeFeedEventHost 实例。

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

属性值

适用于