Skip to content

Commit 354726d

Browse files
authored
Merge pull request #112960 from gukoff/patch-5
Further clarify constraints between indexes and computed properties
2 parents 09eff69 + c2bbaa9 commit 354726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ There are a few considerations for indexing computed properties, including:
283283

284284
- Wildcard paths under the computed property path work like they do for regular properties.
285285

286-
- If you're removing a computed property that has been indexed, all indexes on that property must also be dropped.
286+
- If you're creating, updating, or removing a computed property, all indexes on that property name must be dropped first.
287287

288288
> [!NOTE]
289289
> All computed properties are defined at the top level of the item. The path is always `/<computed property name>`.

0 commit comments

Comments
 (0)