Skip to content

Commit 5dc8ad0

Browse files
committed
Added note about import type.
1 parent fbfb4b6 commit 5dc8ad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,9 @@ Or it can be an array of value arrays following an array of keys.
432432

433433
If *opts* is set, it must be an object with any of the following properties:
434434

435-
* *waitForSync*: Wait until the documents have been synced to disk. Default: *false*.
435+
* *waitForSync*: Wait until the documents have been synced to disk. Default: `false`.
436436
* *details*: Whether the response should contain additional details about documents that could not be imported. Default: *false*.
437+
* *type*: Indicates which format the data uses. Can be `"collection"`, `"array"` or `"auto"`. Default: `"auto"`.
437438

438439
#### collection.replace(documentHandle, data, [opts,] callback)
439440

0 commit comments

Comments
 (0)