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
{
@@ -56,7 +56,7 @@ while (iteratorForTheEntireContainer.HasMoreResults)
56
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