Skip to content

Commit 9ed52c7

Browse files
authored
(DOCSP-13079) Remove --unique option from rolling index creation (#405)
* (DOCSP-13079) Remove --unique option from rolling index creation
1 parent e34f8b3 commit 9ed52c7

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

source/reference/atlas/clusters-indexes-create.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Syntax
3131
[ --output|-o <output-format> ]
3232
[ --projectId <project-ID> ]
3333
[ --sparse ]
34-
[ --unique ]
3534

3635
.. include:: /includes/fact-command-line-help.rst
3736

@@ -136,15 +135,6 @@ Options
136135
<index-type-partial>` should be preferred over sparse indexes.
137136
- no
138137

139-
* - ``--unique``
140-
-
141-
- Creates a unique index so that the collection will not accept
142-
insertion or update of documents where the index key value
143-
matches an existing value in the index.
144-
145-
*Unavailable* for :manual:`hashed </core/index-hashed>` indexes.
146-
- no
147-
148138
.. _atlas-clusters-indexes-create-output:
149139

150140
Output
@@ -207,4 +197,3 @@ The command prints the following to the terminal.
207197
:copyable: false
208198

209199
Your index is being created
210-

source/reference/cloud-manager/clusters-indexes-create.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Syntax
4242
--rsName <replica-set-name>
4343
[ --sparse ]
4444
[ --strength <level-of-comparison> ]
45-
[ --unique ]
4645

4746
.. include:: /includes/fact-command-line-help.rst
4847

@@ -215,15 +214,6 @@ Options
215214
:manual:`Collation </reference/collation/index.html#collation>`.
216215
- no
217216

218-
* - ``--unique``
219-
-
220-
- Creates a unique index so that the collection will not accept
221-
insertion or update of documents where the index key value
222-
matches an existing value in the index.
223-
224-
*Unavailable* for :manual:`hashed </core/index-hashed>` indexes.
225-
- no
226-
227217
.. _cm-clusters-indexes-create-output:
228218

229219
Output

source/reference/ops-manager/clusters-indexes-create.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Syntax
4242
--rsName <replica-set-name>
4343
[ --sparse ]
4444
[ --strength <level-of-comparison> ]
45-
[ --unique ]
4645

4746
.. include:: /includes/fact-command-line-help.rst
4847

@@ -215,15 +214,6 @@ Options
215214
:manual:`Collation </reference/collation/index.html#collation>`.
216215
- no
217216

218-
* - ``--unique``
219-
-
220-
- Creates a unique index so that the collection will not accept
221-
insertion or update of documents where the index key value
222-
matches an existing value in the index.
223-
224-
*Unavailable* for :manual:`hashed </core/index-hashed>` indexes.
225-
- no
226-
227217
.. _om-clusters-indexes-create-output:
228218

229219
Output

0 commit comments

Comments
 (0)