MongoDB C++ Driver
legacy-1.1.2
Main Page
Related Pages
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
mongo
IndexSpec
mongo::IndexSpec Member List
This is the complete list of members for
mongo::IndexSpec
, including all inherited members.
addKey
(const StringData &field, IndexType type=kIndexTypeAscending)
mongo::IndexSpec
addKey
(const BSONElement &fieldAndType)
mongo::IndexSpec
addKeys
(const BSONObj &keys)
mongo::IndexSpec
addOption
(const BSONElement &option)
mongo::IndexSpec
addOptions
(const BSONObj &options)
mongo::IndexSpec
background
(bool value=true)
mongo::IndexSpec
dropDuplicates
(bool value=true)
mongo::IndexSpec
dropDuplicatesDeprecated
(bool value=true)
mongo::IndexSpec
expireAfterSeconds
(int value)
mongo::IndexSpec
geo2DBits
(int value)
mongo::IndexSpec
geo2DMax
(double value)
mongo::IndexSpec
geo2DMin
(double value)
mongo::IndexSpec
geo2DSphereIndexVersion
(int value)
mongo::IndexSpec
geoHaystackBucketSize
(double value)
mongo::IndexSpec
IndexSpec
()
mongo::IndexSpec
KeyVector
typedef
mongo::IndexSpec
name
(const StringData &name)
mongo::IndexSpec
name
() const
mongo::IndexSpec
partialFilterExpression
(const BSONObj &value)
mongo::IndexSpec
sparse
(bool value=true)
mongo::IndexSpec
textDefaultLanguage
(const StringData &value)
mongo::IndexSpec
textIndexVersion
(int value)
mongo::IndexSpec
textLanguageOverride
(const StringData &value)
mongo::IndexSpec
textWeights
(const BSONObj &value)
mongo::IndexSpec
toBSON
() const
mongo::IndexSpec
unique
(bool value=true)
mongo::IndexSpec
version
(int value)
mongo::IndexSpec
Generated by
1.8.10