Add link to createChangeStream docs
This commit is contained in:
parent
8eeaa5568f
commit
9422175510
|
@ -1547,7 +1547,7 @@ module.exports = function(registry) {
|
|||
};
|
||||
|
||||
/**
|
||||
* Create a change stream.
|
||||
* Create a change stream. [See here for more info](http://docs.strongloop.com/pages/viewpage.action?pageId=6721710)
|
||||
*
|
||||
* @param {Object} options
|
||||
* @param {Object} options.where Only changes to models matching this where filter will be included in the `ChangeStream`.
|
||||
|
|
Loading…
Reference in New Issue