You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/details/backendconfig.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,9 +291,11 @@ Explanation of the single keys:
291
291
Dataset-specific configuration
292
292
------------------------------
293
293
294
-
Some configuration options should be applicable on a per-dataset basis.
294
+
Sometimes it is beneficial to set configuration options for specific datasets.
295
295
Most dataset-specific configuration options supported by the openPMD-api are additionally backend-specific, being format-specific serialization instructions such as compression or chunking.
296
-
Such dataset-specific and backend-specific configuration is hence specified under the key path ``<backend>.dataset``, e.g.:
296
+
297
+
All dataset-specific and backend-specific configuration is specified under the key path ``<backend>.dataset``.
298
+
Without filtering by dataset name (see the ``select``` key below) this looks like:
0 commit comments