Skip to content
Prev Previous commit
Next Next commit
Remove nsType documentation.
  • Loading branch information
vbabanin committed Jun 10, 2025
commit c7f97bfdfd6fd9b036b50272575fc178b6ce949c
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ public final class ChangeStreamDocument<TDocument> {
private final BsonDocument resumeToken;
private final BsonDocument namespaceDocument;

/**
* Only present for ops of type 'create'.
* Only present when the `showExpandedEvents` change stream option is enabled.
*
* The type of the newly created object.
*
* @since 8.1.0
*/
@BsonProperty("nsType")
private final String namespaceTypeString;
@BsonIgnore
Expand Down