Documentation
¶
Overview ¶
Package mongodb is an endpoint for the mongodb key-value driver. See bitbucket.org/pcas/keyvalue/mongodb. Mongodb is a concrete implementation of the bitbucket.org/pcas/proxy/keyvalue abstract endpoint.
Types ¶
We describe the JSON types specific to this endpoint.
Connection ¶
The Connection object describes the connection details to mongodb:
{
"AppName": string,
"Hosts": [string, ..., string],
"Username": string,
"Password": string,
"PasswordSet": boolean,
"ReadConcern": string,
"WriteConcern": string,
"WriteN": integer,
"WriteJournal: boolean
}
Any values set in Connection are optional; they overwrite the default Connection values for the endpoint. The default values can be obtained via the "defaults" operation. For a description of the meaning of these settings, see bitbucket.org/pcas/keyvalue/mongodb.
Click to show internal directories.
Click to hide internal directories.