We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08097e commit aa9688eCopy full SHA for aa9688e
1 file changed
driver-core/src/main/com/mongodb/client/model/changestream/NamespaceType.java
@@ -29,8 +29,17 @@
29
* @mongodb.server.release 8.1
30
*/
31
public enum NamespaceType {
32
+ /**
33
+ * The collection namespace type.
34
+ */
35
COLLECTION("collection"),
36
37
+ * The timeseries namespace type.
38
39
TIMESERIES("timeseries"),
40
41
+ * The view namespace type.
42
43
VIEW("view"),
44
/**
45
* The other namespace type.
0 commit comments