-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Azure/azure-cosmos-dotnet-v3
#2278Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageCosmosDocsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Description
The sample code has this in several places:
foreach(var item in await feedIterator.ReadNextAsync()){and it should be:
foreach(var item in await feedIterator.ReadNextAsync())Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: f022e1c2-c13f-e4ff-a5c9-932b5dc412c0
- Version Independent ID: f0b87c16-a3a2-61a0-2c45-f320ddc2a8ca
- Content: Container.GetItemQueryIterator Method (Microsoft.Azure.Cosmos) - Azure for .NET Developers
- Content Source: xml/Microsoft.Azure.Cosmos/Container.xml
- Service: cosmos-db
- GitHub Login: @CamSoper
- Microsoft Alias: casoper
Metadata
Metadata
Assignees
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageCosmosDocsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team