IChangeFeedDocumentClient.ReadPartitionKeyRangeFeedAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET