@@ -74,41 +74,14 @@ Syntax
74
74
Parameters
75
75
----------
76
76
77
- .. list-table::
78
- :header-rows: 1
79
- :widths: 27 10 53 10
80
-
81
- * - Parameter
82
- - Type
83
- - Description
84
- - Required?
85
-
86
- * - ``createStore``
87
- - string
88
- - Name of the new {+data-lake-store+}. The {+data-lake-store+}
89
- name must be unique.
90
-
91
- .. include:: /includes/fact-atlas-data-source.rst
92
-
93
- - yes
94
-
95
- * - ``provider``
96
- - string
97
- - Name of the service where the data is stored.
98
- Value can be one of the following:
99
-
100
- - ``s3`` for an |aws| |s3| bucket.
101
- - ``atlas`` for |service| cluster.
102
- - ``http`` for files hosted at publicly accessible |url|\s.
103
-
104
- - yes
105
-
106
77
.. tabs::
107
78
:hidden:
108
79
109
80
.. tab:: S3 Configuration
110
81
:tabid: s3
111
82
83
+ .. include:: /includes/list-table-create-store-cli-common-params.rst
84
+
112
85
.. list-table::
113
86
:widths: 27 10 53 10
114
87
@@ -177,8 +150,10 @@ Parameters
177
150
.. tab:: Atlas Configuration
178
151
:tabid: atlas
179
152
153
+ .. include:: /includes/list-table-create-store-cli-common-params.rst
154
+
180
155
.. list-table::
181
- :widths: 27 10 53 10
156
+ :widths: 27 15 48 10
182
157
183
158
* - ``clusterName``
184
159
- string
@@ -198,7 +173,8 @@ Parameters
198
173
read requests to the cluster.
199
174
- no
200
175
201
- * - ``readPreference.mode``
176
+ * - | ``readPreference``
177
+ | ``.mode``
202
178
- string
203
179
- :manual:`Read preference mode
204
180
</core/read-preference/#read-preference-modes>` that
@@ -208,7 +184,8 @@ Parameters
208
184
.. include:: /includes/fact-read-preference-modes.rst
209
185
- no
210
186
211
- * - ``readPreference.tagSets``
187
+ * - | ``readPreference``
188
+ | ``.tagSets``
212
189
- array of strings
213
190
- Arrays of :manual:`tag sets </core/read-preference-tags/>`
214
191
or tag specification documents that contain name and value
@@ -217,9 +194,16 @@ Parameters
217
194
are associated with the specified tags. To learn more, see
218
195
:manual:`Read Preference Tag Sets
219
196
</manual/core/read-preference-tags/>`.
197
+
198
+ .. note::
199
+
200
+ {+adl+} doesn't support this parameter for sharded
201
+ clusters.
202
+
220
203
- no
221
204
222
- * - ``readPreference.maxStalenessSeconds``
205
+ * - | ``readPreference``
206
+ | ``.maxStalenessSeconds``
223
207
- int
224
208
- Maximum replication lag, or “staleness”, for reads from
225
209
secondaries. To learn more about ``maxStalenessSeconds``,
@@ -230,8 +214,10 @@ Parameters
230
214
.. tab:: HTTP Configuration
231
215
:tabid: http
232
216
217
+ .. include:: /includes/list-table-create-store-cli-common-params.rst
218
+
233
219
.. list-table::
234
- :widths: 27 10 53 10
220
+ :widths: 27 15 48 10
235
221
236
222
* - ``allowInsecure``
237
223
- boolean
0 commit comments