What is a document store?

A document store is the main client API object, which establishes and manages the connection channel between an application and a database instance. It acts as the connection manager and also exposes methods to perform all operations that you can run against an associated server instance.

The document store object has single URL address that points to RavenDB server, however it can work against multiple databases that exists there.

DocumentStore acts against a remote server via HTTP requests.

The document store ensures access to the following client API features: