Storage Engine API
collection_options.h File Reference
#include <string>
#include <boost/optional.hpp>
#include "mongo/base/status.h"
#include "mongo/db/jsobj.h"
#include "mongo/util/uuid.h"

Go to the source code of this file.

Classes

struct  mongo::CollectionOptions
 

Namespaces

 mongo
 Copyright (C) 2014 MongoDB Inc.
 

Typedefs

using mongo::CollectionUUID = UUID
 A CollectionUUID is a 128-bit unique identifier, per RFC 4122, v4. More...
 
using mongo::OptionalCollectionUUID = boost::optional< CollectionUUID >