You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while (iteratorForTheEntireContainer.HasMoreResults)
44
44
{
@@ -53,10 +53,10 @@ while (iteratorForTheEntireContainer.HasMoreResults)
53
53
54
54
## Consuming a partition key's changes
55
55
56
-
In some cases, you may only want to process a specific partition key's changes. You can obtain a `FeedIterator` for a specific partition key and process the changes the same way that you can for an entire container:
56
+
In some cases, you may only want to process a specific partition key's changes. You can obtain a `FeedIterator` for a specific partition key and process the changes the same way that you can for an entire container.
0 commit comments