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/config.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,17 @@ Variable metadata.
84
84
Must be one of the following:
85
85
86
86
* Type _array_.
87
-
Chunk sizes in the order of the dimensions.
88
-
The items of the array are of type _integer_.
87
+
Chunk sizes for each dimension of the variable.
88
+
The items of the array must be one of the following:
89
+
90
+
* Type _integer_.
91
+
Dimension is chunked using given size.
92
+
93
+
* Disable chunking in this dimension.
94
+
Its value is `null`.
95
+
89
96
90
-
* Disable chunking.
97
+
* Disable chunking in all dimensions.
91
98
Its value is `null`.
92
99
93
100
@@ -243,7 +250,7 @@ Options for the filesystem given by the protocol of `temp_dir`.
243
250
## `force_new`
244
251
245
252
Type _boolean_.
246
-
Force creation of a new target dataset. An existing target dataset (and its lock) will be permanently deleted before appending of slice datasets begins. WARNING: the deletion cannot be rolled back.
253
+
Force creation of a new target dataset. An existing target dataset (and its lock) will be permanently deleted before appending of slice datasets begins. WARNING: the deletion cannot be rolled back.
0 commit comments