Mongo.CreateIndexesResult (Mongodb v1.0.0) View Source

The successful result struct of Mongo.create_indexes/4.

Its fields are:

Link to this section Summary

Link to this section Types

Specs

t() :: %Mongo.CreateIndexesResult{
  commit_quorum: non_neg_integer() | binary(),
  created_collection_automatically: boolean(),
  num_indexes_after: non_neg_integer(),
  num_indexes_before: non_neg_integer()
}