MongoDbUpdateSettings constructor

MongoDbUpdateSettings({
  1. Map<String, Object>? hintDocument,
  2. String? hint,
  3. WriteConcern? writeConcern,
  4. List? arrayFilters,
  5. CollationOptions? collation,
  6. bool? multi,
  7. bool? upsert,
})

Implementation

MongoDbUpdateSettings(
    {this.hintDocument,
    this.hint,
    this.writeConcern,
    this.arrayFilters,
    this.collation,
    this.multi,
    this.upsert});