Skip to content

Commit 3e4901c

Browse files
Merge pull request #279784 from jcodella/patch-11
Update computed-properties.md
2 parents 9e43519 + 53269d0 commit 3e4901c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/nosql/query/computed-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 02/27/2024
1313
ms.custom: query-reference
1414
---
1515

16-
# Computed properties in Azure Cosmos DB for NoSQL (preview)
16+
# Computed properties in Azure Cosmos DB for NoSQL
1717

1818
[!INCLUDE[NoSQL](../../includes/appliesto-nosql.md)]
1919

@@ -73,7 +73,7 @@ The limitations on computed property query definitions are:
7373

7474
## Create computed properties
7575

76-
During the preview, computed properties must be created using the .NET v3 or Java v4 SDK. After the computed properties are created, you can execute queries that reference the properties by using any method, including all SDKs and Azure Data Explorer in the Azure portal.
76+
After the computed properties are created, you can execute queries that reference the properties by using any method, including all SDKs and Azure Data Explorer in the Azure portal.
7777

7878
| | Supported version | Notes |
7979
| --- | --- | --- |
@@ -397,7 +397,7 @@ To add a composite index on two properties in which, one is computed as `cp_myCo
397397

398398
## Understand request unit consumption
399399

400-
Adding computed properties to a container doesn't consume RUs. Write operations on containers that have computed properties defined might have a slight RU increase. If a computed property is indexed, RUs on write operations increase to reflect the costs for indexing and evaluation of the computed property. While in preview, RU charges that are related to computed properties are subject to change.
400+
Adding computed properties to a container doesn't consume RUs. Write operations on containers that have computed properties defined might have a slight RU increase. If a computed property is indexed, RUs on write operations increase to reflect the costs for indexing and evaluation of the computed property.
401401

402402
## Related content
403403

0 commit comments

Comments
 (0)