-
Deprecated ClassesClassDescriptionSuperseded by aggregateSuperseded by aggregate
-
Deprecated MethodsMethodDescriptionoplogReplay has been deprecated in MongoDB 4.4.oplogReplay has been deprecated in MongoDB 4.4.If you are using server release 3.4 or newer, use the
$collStatsaggregation pipeline stage viaDBCollection.aggregate(List, AggregationOptions)instead. This method uses thecollStatscommand, which is deprecated since server release 6.2.If you are using server release 3.4 or newer, use the$collStatsaggregation pipeline stage viaDBCollection.aggregate(List, AggregationOptions)instead, and inspect thestorageStats.cappedfield. This method uses thecollStatscommand, which is deprecated since server release 6.2.oplogReplay has been deprecated in MongoDB 4.4.This method is not currently scheduled for removal, but preferMongoClient.getDatabase(String)for new code. Note thatDBandMongoDatabasecan be used together in the same application, with the same instance.