mongo4cats.models.collection
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BulkWriteOptions.type
Represents the changeStream
aggregation output document.
Represents the changeStream
aggregation output document.
Value parameters
- clusterTime
-
the cluster time at which the change occurred
- destinationNamespace
-
the destination namespace, used to indicate the destination of a collection rename event.
- documentKey
-
a document containing the _id of the changed document
- extraElements
-
any extra elements that are part of the change stream document but not otherwise mapped to fields
- fullDocument
-
the full document, Contains the point-in-time post-image of the modified document if the post-image is available and either
[[FullDocument# REQUIRED]]
or[[FullDocument# WHEN_AVAILABLE]]
was specified for thefullDocument
option when creating the change stream. A post-image is always available for[[OperationType# INSERT]]
and[[OperationType# REPLACE]]
events. - fullDocumentBeforeChange
-
the full document before change. Contains the pre-image of the modified or deleted document if the pre-image is available for the change event and either
[[FullDocumentBeforeChange# REQUIRED]]
or[[FullDocumentBeforeChange# WHEN_AVAILABLE]]
was specified for thefullDocumentBeforeChange
option when creating the change stream. If[[FullDocumentBeforeChange# WHEN_AVAILABLE]]
was specified but the pre-image is unavailable, the value will be null. - lsid
-
the identifier for the session associated with the transaction
- namespace
-
the namespace, derived from the "ns" field in a change stream document.
- operationType
-
the operation type
- resumeToken
-
the resume token
- splitEvent
-
the split event
- txnNumber
-
the transaction number
- updateDescription
-
the update description
- wallTime
-
the wall time of the server at the moment the change occurred
Attributes
- Since
-
4.11
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ChangeStreamDocument.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CountOptions.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DeleteOptions.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DropIndexOptions.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IndexOptions.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InsertManyOptions.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InsertOneOptions.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MongoNamespace.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ReplaceOptions.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UnwindOptions.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UpdateDescription.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UpdateOptions.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DeleteManyclass DeleteOneclass InsertOne[T]class PipelinedUpdateManyclass PipelinedUpdateOneclass ReplaceOne[T]class UpdateManyclass UpdateOneShow all
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WriteCommand.type