Skip to content

Commit ab99f54

Browse files
ealsurSnehaGunda
andauthored
Update articles/cosmos-db/how-to-migrate-from-bulk-executor-library.md
Co-Authored-By: Sneha Gunda <[email protected]>
1 parent 2deefd4 commit ab99f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/how-to-migrate-from-bulk-executor-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Bulk support in the .NET SDK works by leveraging the [Task Parallel Library](htt
2424

2525
There is no single method that will take your list of documents or operations as an input parameter, but rather, you need to create a Task for each operation you want to execute in bulk.
2626

27-
If our initial input is a list of items where each item has, for example, this schema:
27+
For example, if your initial input is a list of items where each item has the following schema:
2828

2929
:::code language="csharp" source="~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos.Samples/Usage/BulkExecutorMigration/Program.cs" ID="Model":::
3030

0 commit comments

Comments
 (0)