Package | Description |
---|---|
com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
Modifier and Type | Method and Description |
---|---|
static OperationType |
OperationType.fromString(String operationTypeName)
Returns the ChangeStreamOperationType from the string value.
|
OperationType |
ChangeStreamDocument.getOperationType()
Returns the operationType
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
Copyright © 2018. All rights reserved.