Partager via


ChangeFeedProcessorBuilder.WithFeedCollection(DocumentCollectionInfo) Méthode

Définition

Définit le DocumentCollectionInfo de la collection pour écouter les modifications.

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

Paramètres

feedCollectionLocation
DocumentCollectionInfo

DocumentCollectionInfo de la collection pour écouter les modifications

Retours

Instance de ChangeFeedProcessorBuilder à utiliser.

S’applique à