You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/mongodb/how-to-configure-capabilities.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,15 @@ Capabilities are features that can be added or removed to your API for MongoDB a
32
32
|`EnableMongoRetryableWrites`| Enables support for retryable writes on the account. | Yes |
33
33
|`EnableMongo16MBDocumentSupport`| Enables support for inserting documents up to 16 MB in size. | No |
34
34
|`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 |
36
36
|`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 |
37
37
|`EnableUniqueIndexReIndex`| Enables support for unique index re-indexing for Cosmos DB for MongoDB RU. ¹ | No |
38
38
39
+
> [!NOTE]
40
+
>
41
+
> ¹ This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with continuous backup.
42
+
>
43
+
39
44
## Enable a capability
40
45
41
46
1. Retrieve your existing account capabilities by using [az cosmosdb show](/cli/azure/cosmosdb#az-cosmosdb-show):
0 commit comments