Compartilhar via


ChangeFeedDocumentClient.CreateDocumentChangeFeedQuery Método

Definição

Cria uma consulta para o Feed de Alterações.

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

Auto link da coleção.

feedOptions
ChangeFeedOptions

Uma instância de FeedOptions.

Retornos

Uma resposta de consulta ao transversal.

Implementações

Aplica-se a