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

[command]
name = "drop"
parameter = "collection"

[properties]
enabled = ["write concern"]

[response]
name = "DropCollectionResult"

[response.field.ns]
type = "string"
documentation = "The namespace of the dropped collection."

[response.field.nIndexesWas]
type = "int32"
documentation = "The number of indexes in the dropped collection."