API Reference Cosmox v0.1.0
modules
Modules
Handles the generation of the authorisation token for every REST call to CosmosDB.
Gets the configuration values from the configuration files. The configuration will be built in at compile time.
Handles the operation concerning the database containers.
Handles all the command to create, modify or delete a database.
The API to manage the documents inside a container.
Handles the header token encryption for REST calls to CosmosDB.
Defines a series of helper functions to incapsulate the common behaviour of calling the Cosmos API.
Offers a series of helper functions to handle the data.
Collection of helper functions to help deserialize to struct or simple maps.
Handles the construction and verification of the default request headers.
Represents the error message from a faulty response.
Set of helpers to manage request and response management while interfacing with CosmosDB REST API.
Manages the creation of stored procedures in CosmosDB
Defines a collection informationa data structure.
Collection indexing policy.
Represents a database from the CosmosDB API.
Represents the object returned for querying a list of databases.
Represents the information sent along with a document from the database. These information are not related to the document domain information, they represents database information regarding the document. The struct includes the partition key as well.
Represents the partition key for a collection.
Struct to describe a path.
Represents a stored produce in CosmosDB.