Package com.mongodb.client.model
Interface Window
-
- All Superinterfaces:
Bson
@Beta public interface Window extends Bson
A subset of documents within a partition in the$setWindowFields
pipeline stage of an aggregation pipeline (seepartitionBy
inAggregates.setWindowFields(Object, Bson, List)
).- Since:
- 4.3
- See Also:
Windows
-
-
Field Summary
-
Fields inherited from interface org.bson.conversions.Bson
DEFAULT_CODEC_REGISTRY
-
-
Method Summary
-
Methods inherited from interface org.bson.conversions.Bson
toBsonDocument, toBsonDocument
-
-