1version = 0
2name = "DropCollection"
3documentation = "DropCollection performs a drop operation."
4
5[command]
6name = "drop"
7parameter = "collection"
8
9[properties]
10enabled = ["write concern"]
11
12[response]
13name = "DropCollectionResult"
14
15[response.field.ns]
16type = "string"
17documentation = "The namespace of the dropped collection."
18
19[response.field.nIndexesWas]
20type = "int32"
21documentation = "The number of indexes in the dropped collection."
22