ChangeFeedProcessorBuilder.WithFeedCollection(DocumentCollectionInfo) メソッド

定義

変更を DocumentCollectionInfo リッスンするコレクションの を設定します。

public Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder WithFeedCollection (Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo feedCollectionLocation);
member this.WithFeedCollection : Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder
Public Function WithFeedCollection (feedCollectionLocation As DocumentCollectionInfo) As ChangeFeedProcessorBuilder

パラメーター

feedCollectionLocation
DocumentCollectionInfo

DocumentCollectionInfo 変更をリッスンするコレクションの

戻り値

使用する の ChangeFeedProcessorBuilder インスタンス。

適用対象