Package org.apache.beam.sdk.io.mongodb
Class UpdateField
java.lang.Object
org.apache.beam.sdk.io.mongodb.UpdateField
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateField
fieldUpdate
(String updateOperator, String sourceField, String destField) static UpdateField
fullUpdate
(String updateOperator, String destField) Sets the limit of documents to find.
-
Constructor Details
-
UpdateField
public UpdateField()
-
-
Method Details
-
fullUpdate
Sets the limit of documents to find. -
fieldUpdate
-