Mongo.DropIndexResult (Mongodb v1.0.0) View Source

The successful result struct of Mongo.drop_index/4.

Its fields are:

  • :num_indexes_was - Number of indexes before the index was dropped.

Link to this section Summary

Link to this section Types

Specs

t() :: %Mongo.DropIndexResult{num_indexes_was: non_neg_integer()}