@@ -74,41 +74,14 @@ Syntax
7474Parameters
7575----------
7676
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-
10677.. tabs::
10778 :hidden:
10879
10980 .. tab:: S3 Configuration
11081 :tabid: s3
11182
83+ .. include:: /includes/list-table-create-store-cli-common-params.rst
84+
11285 .. list-table::
11386 :widths: 27 10 53 10
11487
@@ -177,8 +150,10 @@ Parameters
177150 .. tab:: Atlas Configuration
178151 :tabid: atlas
179152
153+ .. include:: /includes/list-table-create-store-cli-common-params.rst
154+
180155 .. list-table::
181- :widths: 27 10 53 10
156+ :widths: 27 15 48 10
182157
183158 * - ``clusterName``
184159 - string
@@ -198,7 +173,8 @@ Parameters
198173 read requests to the cluster.
199174 - no
200175
201- * - ``readPreference.mode``
176+ * - | ``readPreference``
177+ | ``.mode``
202178 - string
203179 - :manual:`Read preference mode
204180 </core/read-preference/#read-preference-modes>` that
@@ -208,7 +184,8 @@ Parameters
208184 .. include:: /includes/fact-read-preference-modes.rst
209185 - no
210186
211- * - ``readPreference.tagSets``
187+ * - | ``readPreference``
188+ | ``.tagSets``
212189 - array of strings
213190 - Arrays of :manual:`tag sets </core/read-preference-tags/>`
214191 or tag specification documents that contain name and value
@@ -217,9 +194,16 @@ Parameters
217194 are associated with the specified tags. To learn more, see
218195 :manual:`Read Preference Tag Sets
219196 </manual/core/read-preference-tags/>`.
197+
198+ .. note::
199+
200+ {+adl+} doesn't support this parameter for sharded
201+ clusters.
202+
220203 - no
221204
222- * - ``readPreference.maxStalenessSeconds``
205+ * - | ``readPreference``
206+ | ``.maxStalenessSeconds``
223207 - int
224208 - Maximum replication lag, or “staleness”, for reads from
225209 secondaries. To learn more about ``maxStalenessSeconds``,
@@ -230,8 +214,10 @@ Parameters
230214 .. tab:: HTTP Configuration
231215 :tabid: http
232216
217+ .. include:: /includes/list-table-create-store-cli-common-params.rst
218+
233219 .. list-table::
234- :widths: 27 10 53 10
220+ :widths: 27 15 48 10
235221
236222 * - ``allowInsecure``
237223 - boolean
0 commit comments