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

ChangeFeedEventHost 构造函数

定义

重载

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo)

初始化 ChangeFeedEventHost 类的新实例。

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedHostOptions)

初始化 ChangeFeedEventHost 类的新实例。

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedOptions, ChangeFeedHostOptions)

初始化 ChangeFeedEventHost 类的新实例。

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo)

初始化 ChangeFeedEventHost 类的新实例。

public ChangeFeedEventHost (string hostName, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo documentCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo leaseCollectionLocation);
new Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost : string * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost
Public Sub New (hostName As String, documentCollectionLocation As DocumentCollectionInfo, leaseCollectionLocation As DocumentCollectionInfo)

参数

hostName
String

此主机的唯一名称。

documentCollectionLocation
DocumentCollectionInfo

指定要监视其更改的 DocumentDB 集合的位置。

leaseCollectionLocation
DocumentCollectionInfo

适用于

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedHostOptions)

初始化 ChangeFeedEventHost 类的新实例。

public ChangeFeedEventHost (string hostName, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo feedCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo leaseCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions changeFeedHostOptions);
new Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost : string * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost
Public Sub New (hostName As String, feedCollectionLocation As DocumentCollectionInfo, leaseCollectionLocation As DocumentCollectionInfo, changeFeedHostOptions As ChangeFeedHostOptions)

参数

hostName
String

此主机的唯一名称。

feedCollectionLocation
DocumentCollectionInfo

指定要监视其更改的 Cosmos DB 集合的位置。

leaseCollectionLocation
DocumentCollectionInfo

指定的负载均衡实例的 ChangeFeedEventHost辅助数据的位置。

changeFeedHostOptions
ChangeFeedHostOptions

用于控制实例负载均衡的其他 ChangeFeedEventHost 选项。

适用于

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedOptions, ChangeFeedHostOptions)

初始化 ChangeFeedEventHost 类的新实例。

public ChangeFeedEventHost (string hostName, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo feedCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo leaseCollectionLocation, Microsoft.Azure.Documents.Client.ChangeFeedOptions changeFeedOptions, Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions changeFeedHostOptions);
new Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost : string * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.Client.ChangeFeedOptions * Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost
Public Sub New (hostName As String, feedCollectionLocation As DocumentCollectionInfo, leaseCollectionLocation As DocumentCollectionInfo, changeFeedOptions As ChangeFeedOptions, changeFeedHostOptions As ChangeFeedHostOptions)

参数

hostName
String

此主机的唯一名称。

feedCollectionLocation
DocumentCollectionInfo

指定要监视其更改的 Cosmos DB 集合的位置。

leaseCollectionLocation
DocumentCollectionInfo

指定的负载均衡实例的 ChangeFeedEventHost辅助数据的位置。

changeFeedOptions
ChangeFeedOptions

要传递给 DocumentClient.CreateDocumentChangeFeedQuery API 的选项。

changeFeedHostOptions
ChangeFeedHostOptions

用于控制实例负载均衡的其他 ChangeFeedEventHost 选项。

适用于