Skip to content

Commit 4f38255

Browse files
author
Dileep Rao
committed
Made a couple of corrections.
1 parent 9af829a commit 4f38255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/materialized-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The benefits of using Azure Cosmos DB Materiliazed Views include, but aren't lim
4444
- Azure Cosmos DB materialized views for NoSQL API caters to the Global Secondary Index use cases as well. Global Secondary Indexes are also used to maintain secondary data views and help in reducing cross-partition queries.
4545

4646
> [!NOTE]
47-
> The _id field in the materialized view is auto-populated with _rid from source document. This is done to maintain the one to one relationship between materialized view and source container documents.
47+
> The "id" field in the materialized view is auto populated with "_rid" from source document. This is done to maintain the one-to-one relationship between materialized view and source container documents.
4848
4949
## Prerequisites
5050

0 commit comments

Comments
 (0)