@@ -10,36 +10,11 @@ public enum OnDuplicate {
1010 ERROR , UPDATE , REPLACE , IGNORE
1111 }
1212
13- private Boolean createCollection ;
1413 private CollectionType createCollectionType ;
1514 private Boolean overwrite ;
1615 private Boolean waitForSync ;
1716 private OnDuplicate onDuplicate ;
1817
19- /**
20- * (optional) If this parameter has a value of true or yes, then the
21- * collection is created if it does not yet exist. Other values will be
22- * ignored so the collection must be present for the operation to succeed.
23- *
24- * @return this ImportOptions object
25- */
26- public Boolean getCreateCollection () {
27- return createCollection ;
28- }
29-
30- /**
31- * (optional) If this parameter has a value of true or yes, then the
32- * collection is created if it does not yet exist. Other values will be
33- * ignored so the collection must be present for the operation to succeed.
34- *
35- * @param createCollection
36- * @return this ImportOptions object
37- */
38- public ImportOptions setCreateCollection (Boolean createCollection ) {
39- this .createCollection = createCollection ;
40- return this ;
41- }
42-
4318 /**
4419 * createCollectionType (optional): If this parameter has a value of
4520 * document or edge, it will determine the type of collection that is going
0 commit comments