We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f69cea + f6d0560 commit 8eee540Copy full SHA for 8eee540
docs/v3/core/v3.0.rst
@@ -529,7 +529,8 @@ mandatory names:
529
530
For example, in a 3 dimensional array, with a separator of ``/`` the identifier
531
for the chunk at grid index (1, 23, 45) is the string ``"c/1/23/45"``. With a
532
- separator of ``.``, the identifier is the string ``"c.1.23.45"``.
+ separator of ``.``, the identifier is the string ``"c.1.23.45"``. The initial prefix
533
+ ``c`` ensures that metadata documents and chunks have separate prefixes.
534
535
.. note:: A main difference with spec v2 is that the default chunk separator
536
changed from ``.`` to ``/``, as in N5. This decreases the maximum number of
0 commit comments