Skip to content

Commit 2b4a64a

Browse files
committed
fix
1 parent 45e4657 commit 2b4a64a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

mongo/options/bulkwriteoptions.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,3 @@ func (b *BulkWriteOptionsBuilder) SetLet(let interface{}) *BulkWriteOptionsBuild
9898

9999
return b
100100
}
101-
102-
// SetRawData sets the value for the RawData field. If true, it allows the CRUD operations to access timeseries
103-
// collections on the bucket-level. This option is only valid for MongoDB versions >= 9.0. The default value is false.
104-
func (b *BulkWriteOptionsBuilder) SetRawData(rawData bool) *BulkWriteOptionsBuilder {
105-
b.Opts = append(b.Opts, func(opts *BulkWriteOptions) error {
106-
opts.RawData = &rawData
107-
108-
return nil
109-
})
110-
111-
return b
112-
}

0 commit comments

Comments
 (0)