Classes
Type Definitions
DocumentTaggerSettings
Settings for DocumentTagger.
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
autoIncrement |
String | The auto-increment field to tag onto the stream object. |
ignoreNonObject |
Boolean | If |
readableObjectMode |
Boolean | If |
objectMode |
Boolean | If |
filter |
function | Function to filter the objects in the stream.
Return |
mutate |
function | Object | Function or Object to mutate the stream.
If an Object is provided, each stream object will be mutated with the
|
- Source:
MongooseStreamSettings
Settings for MongooseStream.
Type:
- Object
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
itemWaterMark |
Number |
<optional> |
50 | The number of item collected before writing to mongodb. |
passThrough |
Boolean | If |
||
model |
mongoose.Model |
- Source: