Skip to content

Commit fcb6be4

Browse files
authored
Merge pull request #177548 from KalyanChanumolu-MSFT/patch-23
(AzureCXP) MicrosoftDocs/azure-docs#82913
2 parents 13f75a0 + a5dc4c5 commit fcb6be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/custom-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The following table describes the parameters within the command:
311311
| `autoScaleSettings` | `Object` | Required for [Autoscale mode](../provision-throughput-autoscale.md). This object contains the settings associated with the Autoscale capacity mode. The `maxThroughput` value describes the highest amount of Request Units that the collection will be increased to dynamically. |
312312
| `indexes` | `Array` | Optionally configure indexes. This parameter is supported for 3.6+ accounts only. When present, the existing indexes of the collection are replaced by the set of indexes specified (including dropping indexes). An index on _id is required. Each entry in the array must include a key of one or more fields, a name, and may contain index options. For example, to create a compound unique index on the fields a and b use this entry: `{key: {a: 1, b: 1}, name: "a_1_b_1", unique: true}`.
313313

314-
## Output
314+
### Output
315315

316316
Returns a default custom command response. See the [default output](#default-output) of custom command for the parameters in the output.
317317

0 commit comments

Comments
 (0)