你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IChangeFeedDocumentClient.ReadPartitionKeyRangeFeedAsync 方法

定义

以异步操作的形式从 Azure Cosmos DB 服务读取数据库帐户的 PartitionKeyRange 源 (序列) 。

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))

参数

partitionKeyRangesOrCollectionLink
String

要读取的资源的链接,或所有者集合链接 SelfLink 或 AltLink。 例如 /dbs/db_rid/colls/coll_rid/位

options
FeedOptions

请求的请求选项。

返回

一个 System.Threading.TasksIResourceResponse<TResource> ,它包含包装 Database 包含读取资源记录的 。

适用于