Partager via


IChangeFeedDocumentClient.ReadPartitionKeyRangeFeedAsync Méthode

Définition

Lit le flux (séquence) d’un compte de base de PartitionKeyRange données à partir du service Azure Cosmos DB en tant qu’opération asynchrone.

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.IFeedResponse<Microsoft.Azure.Documents.PartitionKeyRange>> ReadPartitionKeyRangeFeedAsync (string partitionKeyRangesOrCollectionLink, Microsoft.Azure.Documents.Client.FeedOptions options = default);
abstract member ReadPartitionKeyRangeFeedAsync : string * Microsoft.Azure.Documents.Client.FeedOptions -> System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.IFeedResponse<Microsoft.Azure.Documents.PartitionKeyRange>>
Public Function ReadPartitionKeyRangeFeedAsync (partitionKeyRangesOrCollectionLink As String, Optional options As FeedOptions = Nothing) As Task(Of IFeedResponse(Of PartitionKeyRange))

Paramètres

partitionKeyRangesOrCollectionLink
String

Lien des ressources à lire, ou lien de collection propriétaire, SelfLink ou AltLink. Par exemple , /dbs/db_rid/colls/coll_rid/pkranges

options
FeedOptions

Options de demande pour la demande.

Retours

System.Threading.Tasks contenant un IResourceResponse<TResource> qui encapsule un Database contenant l’enregistrement de ressource de lecture.

S’applique à