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 UpdateFieldfieldUpdate(String updateOperator, String sourceField, String destField) static UpdateFieldfullUpdate(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
 
 -