public class BulkImportStoredProcedureOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
disableAutomaticIdGeneration |
boolean |
enableBsonSchema |
boolean |
enableUpsert |
boolean |
softStopOnBadRequest |
boolean |
softStopOnConflict |
String |
systemCollectionId |
| Constructor and Description |
|---|
BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration,
boolean softStopOnConflict,
String systemCollectionId,
boolean enableBsonSchema) |
BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration,
boolean softStopOnConflict,
String systemCollectionId,
boolean enableBsonSchema,
boolean enableUpsert,
boolean softStopOnBadRequest) |
public boolean disableAutomaticIdGeneration
public boolean softStopOnConflict
public String systemCollectionId
public boolean enableBsonSchema
public boolean enableUpsert
public boolean softStopOnBadRequest
public BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration,
boolean softStopOnConflict,
String systemCollectionId,
boolean enableBsonSchema)
public BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration,
boolean softStopOnConflict,
String systemCollectionId,
boolean enableBsonSchema,
boolean enableUpsert,
boolean softStopOnBadRequest)
Copyright © 2019. All rights reserved.