summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/drop_database.toml
blob: 9c576ea0ad1f1e907892d1dec3a299cf8709aa02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version = 0
name = "DropDatabase"
documentation = "DropDatabase performs a dropDatabase operation"

[properties]
enabled = ["write concern"]
disabled = ["collection"]

[command]
name = "dropDatabase"
parameter = "database"

[response]
name = "DropDatabaseResult"

[response.field.dropped]
type = "string"
documentation = "The dropped database."