ChangeStream |
ChangeStream.allChangesForCluster(Boolean allChangesForCluster) |
Sets whether the change stream should include all changes in the cluster.
|
static ChangeStream |
ChangeStream.changeStream() |
Returns a Change Stream cursor on a collection, a database, or an entire cluster.
|
ChangeStream |
ChangeStream.fullDocument(com.mongodb.client.model.changestream.FullDocument fullDocument) |
Specifies whether change notifications include a copy of the full document when modified by update operations.
|
ChangeStream |
ChangeStream.fullDocumentBeforeChange(com.mongodb.client.model.changestream.FullDocumentBeforeChange fullDocumentBeforeChange) |
Include the full document from before the change.
|
ChangeStream |
ChangeStream.resumeAfter(org.bson.Document resumeAfter) |
Specifies a resume token as the logical starting point for the change stream.
|
ChangeStream |
ChangeStream.startAfter(org.bson.Document startAfter) |
Specifies a resume token as the logical starting point for the change stream.
|
ChangeStream |
ChangeStream.startAtOperationTime(LocalDateTime startAtOperationTime) |
Specifies a time as the logical starting point for the change stream.
|