| Package | Description |
|---|---|
| com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
| Modifier and Type | Field and Description |
|---|---|
private UpdateDescription |
ChangeStreamDocument.updateDescription |
| Modifier and Type | Method and Description |
|---|---|
UpdateDescription |
ChangeStreamDocument.getUpdateDescription()
Returns the updateDescription
|
| Constructor and Description |
|---|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|