#include <bson_collection_catalog_entry.h>
◆ eraseIndex()
bool mongo::BSONCollectionCatalogEntry::MetaData::eraseIndex |
( |
StringData |
name | ) |
|
Removes information about an index from the MetaData.
Returns true if an index called name existed and was deleted, and false otherwise.
◆ findIndexOffset()
int mongo::BSONCollectionCatalogEntry::MetaData::findIndexOffset |
( |
StringData |
name | ) |
const |
◆ getMaxPrefix()
KVPrefix mongo::BSONCollectionCatalogEntry::MetaData::getMaxPrefix |
( |
| ) |
const |
◆ parse()
void mongo::BSONCollectionCatalogEntry::MetaData::parse |
( |
const BSONObj & |
obj | ) |
|
◆ rename()
void mongo::BSONCollectionCatalogEntry::MetaData::rename |
( |
StringData |
toNS | ) |
|
◆ toBSON()
BSONObj mongo::BSONCollectionCatalogEntry::MetaData::toBSON |
( |
| ) |
const |
◆ indexes
std::vector<IndexMetaData> mongo::BSONCollectionCatalogEntry::MetaData::indexes |
◆ ns
std::string mongo::BSONCollectionCatalogEntry::MetaData::ns |
◆ options
◆ prefix
The documentation for this struct was generated from the following files: