Compartir a través de


ChangeFeedDocumentClient.CreateDocumentChangeFeedQuery Método

Definición

Crea una consulta en la fuente de cambios.

public Microsoft.Azure.Documents.ChangeFeedProcessor.DataAccess.IChangeFeedDocumentQuery<Microsoft.Azure.Documents.Document> CreateDocumentChangeFeedQuery (string collectionLink, Microsoft.Azure.Documents.Client.ChangeFeedOptions feedOptions = default);
abstract member CreateDocumentChangeFeedQuery : string * Microsoft.Azure.Documents.Client.ChangeFeedOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.DataAccess.IChangeFeedDocumentQuery<Microsoft.Azure.Documents.Document>
override this.CreateDocumentChangeFeedQuery : string * Microsoft.Azure.Documents.Client.ChangeFeedOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.DataAccess.IChangeFeedDocumentQuery<Microsoft.Azure.Documents.Document>
Public Function CreateDocumentChangeFeedQuery (collectionLink As String, Optional feedOptions As ChangeFeedOptions = Nothing) As IChangeFeedDocumentQuery(Of Document)

Parámetros

collectionLink
String

Vínculo propio de la colección.

feedOptions
ChangeFeedOptions

Instancia de FeedOptions.

Devoluciones

Una respuesta de consulta a la transversal.

Implementaciones

Se aplica a