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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,19 @@ Capabilities are features that can be added or removed to your API for MongoDB a
30
30
|`DisableRateLimitingResponses`| Allows Mongo API to retry rate-limiting requests on the server side until the value that's set for `max-request-timeout`. | Yes |
31
31
|`EnableMongoRoleBasedAccessControl`| Enable support for creating users and roles for native MongoDB role-based access control. | No |
32
32
|`EnableMongoRetryableWrites`| Enables support for retryable writes on the account. | Yes |
33
-
|`EnableMongo16MBDocumentSupport`| Enables support for inserting documents up to 16 MB in size. | No |
33
+
|`EnableMongo16MBDocumentSupport`| Enables support for inserting documents up to 16 MB in size. <sup>1</sup> | 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. <sup>1</sup> | 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. <sup>2</sup> | 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
-
|`EnableUniqueIndexReIndex`| Enables support for unique index re-indexing for Cosmos DB for MongoDB RU. <sup>1</sup> | No |
37
+
|`EnableUniqueIndexReIndex`| Enables support for unique index re-indexing for Cosmos DB for MongoDB RU. <sup>2</sup> | No |
38
38
39
39
> [!NOTE]
40
40
>
41
-
> <sup>1</sup> This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with continuous backup.
41
+
> <sup>1</sup> This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with Customer Managed Keys (CMK).
42
+
>
43
+
> [!NOTE]
44
+
>
45
+
> <sup>2</sup> This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with continuous backup.
0 commit comments