Skip to content

Commit 3689e77

Browse files
Merge pull request #257346 from seesharprun/patch-1
Cosmos DB | Update MongoDB vCore configure capabilities table with footnotes
2 parents 7ed7178 + 5dd3b0c commit 3689e77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/cosmos-db/mongodb/how-to-configure-capabilities.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@ Capabilities are features that can be added or removed to your API for MongoDB a
3232
| `EnableMongoRetryableWrites` | Enables support for retryable writes on the account. | Yes |
3333
| `EnableMongo16MBDocumentSupport` | Enables support for inserting documents up to 16 MB in size. | No |
3434
| `EnableUniqueCompoundNestedDocs` | Enables support for compound and unique indexes on nested fields if the nested field isn't an array. | No |
35-
| `EnableTtlOnCustomPath` | Provides the ability to set a custom Time to Live (TTL) on any one field in a collection. Setting TTL on partial unique index property is not supported.¹ | No |
35+
| `EnableTtlOnCustomPath` | Provides the ability to set a custom Time to Live (TTL) on any one field in a collection. Setting TTL on partial unique index property is not supported. ¹ | No |
3636
| `EnablePartialUniqueIndex` | Enables support for a unique partial index, so you have more flexibility to specify exactly which fields in documents you'd like to index. | No |
3737
| `EnableUniqueIndexReIndex` | Enables support for unique index re-indexing for Cosmos DB for MongoDB RU. ¹ | No |
3838

39+
> [!NOTE]
40+
>
41+
> ¹ This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with continuous backup.
42+
>
43+
3944
## Enable a capability
4045

4146
1. Retrieve your existing account capabilities by using [az cosmosdb show](/cli/azure/cosmosdb#az-cosmosdb-show):

0 commit comments

Comments
 (0)