Home
last modified time | relevance | path

Searched defs:InsertManyOptions (Results 1 – 10 of 10) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go46 type InsertManyOptions struct { struct
51 BypassDocumentValidation *bool
54 Ordered *bool
65 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
71 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
78 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go42 type InsertManyOptions struct { struct
43 BypassDocumentValidation *bool // If true, allows the write to opt-out of document level validation
44 …/ If true, when an insert fails, return without performing the remaining inserts. Defaults to true.
56 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
63 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
69 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go46 type InsertManyOptions struct { struct
51 BypassDocumentValidation *bool
54 Ordered *bool
65 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
71 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
78 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go42 type InsertManyOptions struct { struct
43 BypassDocumentValidation *bool // If true, allows the write to opt-out of document level validation
44 …/ If true, when an insert fails, return without performing the remaining inserts. Defaults to true.
56 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
63 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
69 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go46 type InsertManyOptions struct { struct
51 BypassDocumentValidation *bool
54 Ordered *bool
65 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
71 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
78 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go42 type InsertManyOptions struct { struct
43 BypassDocumentValidation *bool // If true, allows the write to opt-out of document level validation
44 …/ If true, when an insert fails, return without performing the remaining inserts. Defaults to true.
56 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
63 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
69 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go46 type InsertManyOptions struct { struct
51 BypassDocumentValidation *bool
54 Ordered *bool
65 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
71 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
78 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dinsertoptions.go42 type InsertManyOptions struct { struct
43 BypassDocumentValidation *bool // If true, allows the write to opt-out of document level validation
44 …/ If true, when an insert fails, return without performing the remaining inserts. Defaults to true.
56 func (imo *InsertManyOptions) SetBypassDocumentValidation(b bool) *InsertManyOptions {
63 func (imo *InsertManyOptions) SetOrdered(b bool) *InsertManyOptions {
69 func MergeInsertManyOptions(opts ...*InsertManyOptions) *InsertManyOptions {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/
H A Dinsert.go34 opts ...*options.InsertManyOptions,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dcommand_monitoring_test.go94 func insertDocuments(docsArray bsonx.Arr, coll *Collection, opts ...*options.InsertManyOptions) err…