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

ChangeFeedHostOptions 类

定义

注意

Switch to the ChangeFeedProcessorBuilder class and use its WithChangeFeedProcessorOptions method to pass the options.

用于控制实例中 ChangeFeedEventHost 发生的分区分布的各个方面的选项。

[System.Obsolete("Switch to the ChangeFeedProcessorBuilder class and use its WithChangeFeedProcessorOptions method to pass the options.")]
public class ChangeFeedHostOptions
[<System.Obsolete("Switch to the ChangeFeedProcessorBuilder class and use its WithChangeFeedProcessorOptions method to pass the options.")>]
type ChangeFeedHostOptions = class
Public Class ChangeFeedHostOptions
继承
ChangeFeedHostOptions
属性

构造函数

ChangeFeedHostOptions()
已过时.

初始化 ChangeFeedHostOptions 类的新实例。

属性

CheckpointFrequency
已过时.

获取或设置检查点租用的频率。

FeedPollDelay
已过时.

获取或设置在清空所有当前更改后,在源上轮询分区以获取新更改之间的延迟。

IsAutoCheckpointEnabled
已过时.

获取或设置一个值,该值指示主机是否自动租用检查点。 如果设置为 false,请使用 ChangeFeedObserverContext.CheckpointAsync 手动控制检查点。

LeaseAcquireInterval
已过时.

获取或设置启动任务以计算分区是否在已知主机实例之间均匀分布的间隔。

LeaseExpirationInterval
已过时.

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

LeasePrefix
已过时.

获取或设置要用作租约 ID 的一部分的前缀。这可用于支持使用同一辅助集合时指向同一源的多个 ChangeFeedEventHost 实例。

LeaseRenewInterval
已过时.

获取或设置实例当前持有 ChangeFeedEventHost 的分区的所有租约的续订间隔。

适用于