File tree Expand file tree Collapse file tree 3 files changed +54
-1
lines changed Expand file tree Collapse file tree 3 files changed +54
-1
lines changed Original file line number Diff line number Diff line change @@ -91,4 +91,5 @@ mapping rule option.
91
91
/mapping-rules/mapping-rule-options/new-documents
92
92
/mapping-rules/mapping-rule-options/embedded-array
93
93
/mapping-rules/mapping-rule-options/embedded-documents
94
- /mapping-rules/mapping-rule-options/time-series
94
+ /mapping-rules/mapping-rule-options/time-series
95
+ /mapping-rules/mapping-rule-options/rename-collection
Original file line number Diff line number Diff line change
1
+ .. _rm-rename-collection:
2
+
3
+ ===================
4
+ Rename a Collection
5
+ ===================
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 1
11
+ :class: singlecol
12
+
13
+ You can rename a collection on the :guilabel:`Mapping` screen.
14
+
15
+ About this Task
16
+ ---------------
17
+
18
+ You cannot rename a collection to a name that is already in use, nor can you
19
+ leave the :guilabel:`Name` text box blank, as both actions result in an
20
+ error.
21
+
22
+ Steps
23
+ -----
24
+
25
+ .. procedure::
26
+
27
+ .. step:: Select a collection
28
+
29
+ To select a collection on the :guilabel:`Mapping` screen:
30
+
31
+ - Click on a collection in the MongoDB diagram, or
32
+ - Click on a collection listed under the :guilabel:`MongoDB` header on the
33
+ :guilabel:`Schema Model` pane.
34
+
35
+ .. step:: Enter and save the new name
36
+
37
+ On the :guilabel:`Mappings` pane, click the :guilabel:`Name` text box and enter
38
+ the new name.
39
+
40
+ Click anywhere outside of the text box to save the changes. The name is updated on
41
+ the MongoDB diagram and the :guilabel:`Schema Model` pane.
42
+
43
+ Learn More
44
+ ----------
45
+
46
+ - :ref:`rm-mapping-rule-options`
47
+ - :ref:`rm-timeseries`
Original file line number Diff line number Diff line change 54
54
mapping rule, you can:
55
55
56
56
- Change the collection name.
57
+
58
+ To change the collection name, click the :guilabel:`Name` text box and enter
59
+ the new name. Click outside of the text box to save the change. If the name
60
+ is already in use, you receive a validation error.
61
+
57
62
- Change field names.
58
63
- Include or exclude a field from your sync job by clicking the
59
64
:icon-fa5:`check-square` icon next to the field name.
You can’t perform that action at this time.
0 commit comments