| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
| Constructor and Description |
|---|
MongoNamespace(String databaseName,
String collectionName)
Construct an instance from the given database name and collection name.
|
| Constructor and Description |
|---|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
UpdateDescription(List<String> removedFields,
BsonDocument updatedFields)
Creates a new instance
|
Copyright © 2018. All rights reserved.