1
0
Fork 0

updated documentation

This commit is contained in:
Jan Steemann 2016-01-04 19:10:41 +01:00
parent d6e05a2e19
commit 10f97380be
2 changed files with 18 additions and 0 deletions

View File

@ -1031,6 +1031,15 @@ ArangoCollection.prototype.replaceByExample = function (example, newValue, waitF
/// the number of documents in the collection, it is undefined which documents are
/// updated.
///
/// `collection.updateByExample(document, newValue, options)`
///
/// Using this variant, the options for the operation can be passed using
/// an object with the following sub-attributes:
/// - *keepNull*
/// - *waitForSync*
/// - *limit*
/// - *mergeObjects*
///
/// @EXAMPLES
///
/// @EXAMPLE_ARANGOSH_OUTPUT{012_documentsCollectionUpdateByExample}

View File

@ -1030,6 +1030,15 @@ ArangoCollection.prototype.replaceByExample = function (example, newValue, waitF
/// the number of documents in the collection, it is undefined which documents are
/// updated.
///
/// `collection.updateByExample(document, newValue, options)`
///
/// Using this variant, the options for the operation can be passed using
/// an object with the following sub-attributes:
/// - *keepNull*
/// - *waitForSync*
/// - *limit*
/// - *mergeObjects*
///
/// @EXAMPLES
///
/// @EXAMPLE_ARANGOSH_OUTPUT{012_documentsCollectionUpdateByExample}