• Session: Subscribing to Session Events client-api/session/how-to/subscribe-to-events

    ... ...Session: Subscribing to Session Events Events allow users to perform custom actions in response to operations made in a
  • Session: How to Enable Optimistic Concurrency client-api/session/configuration/how-to-enable-optimistic-concurrency

    ... ...Session: How to Enable Optimistic Concurrency By default, optimistic concurrency checks are turned off. Changes made outside our
  • Session: How to Check if There are Any Changes on a Session client-api/session/how-to/check-if-there-are-any-changes-on-a-session

    ... ...Session: How to Check if There are Any Changes on a Session Single entity can be checked for changes using HasChanged method, bu
  • Open a Session client-api/session/opening-a-session

    ... ...Open a Session A Session object is obtained from the Document Store. A Session can operate Synchronously or
  • What is a Session and How Does it Work client-api/session/what-is-a-session-and-how-does-it-work

    ... ...What is a Session and How Does it Work The Session, which is obtained from the Document Store, is a Unit of Work that
  • Disable Entity Tracking client-api/session/configuration/how-to-disable-tracking

    ... ...each session tracks changes to all entities it has either stored, loaded, or queried for. All changes are then persisted when
  • Compare Exchange Overview client-api/operations/compare-exchange/overview

    ... ... that are trying to modify a shared resource (such as a document) at the same time. Compare-exchange items are not
  • Client API: Setting up a Default Database client-api/setting-up-default-database

    ... ...database can be set in the Documentfault database is used when accessing the Document Store methods without
  • Session: How to Disable Caching per Session client-api/session/configuration/how-to-disable-caching

    ... ...Session: How to Disable Caching per Session To reduce the overhead of sending the documents over the network, client library is
  • Data Subscriptions: Consumption API Overview client-api/data-subscriptions/consumption/api-overview

    ... ... value Description OpenSession() IDocumentSession New document session, that tracks all items and included items o
  • Include Compare Exchange Values client-api/operations/compare-exchange/include-compare-exchange

    ... ... The Session tracks Compare Exchange Values, which means that after it has been included, the value can be accessed and
  • Client API: How to Handle Document Relationships client-api/how-to/handle-document-relationships

    ... ...Client API: How to Handle Document Relationships One of the design principles that RavenDB adheres to is the idea that documents
  • Session: Loading Entities client-api/session/loading-entities

    ... ...Session: Loading Entities There are several methods that allow users to load documents from the database and convert them t
  • Cluster: Document Conflicts in Client-side client-api/cluster/document-conflicts-in-client-side

    ... ...Cluster: Documentre conflicts? When two or more changes of a single document are done
  • Patching: How to Perform Single Document Patch Operations client-api/operations/patching/single-document

    ... ... to Perform Single Documenthe Patch operation is used to perform partial document updates with one tri
  • Session: How to Get and Modify Entity Metadata client-api/session/how-to/get-and-modify-entity-metadata

    ... ...Session: How to Get and Modify Entity Metadata When a document is downloaded from the server, it contains various metadata
  • Session: How to Evict Single Entity from a Session client-api/session/how-to/evict-entity-from-a-session

    ... ...Session: How to Evict Single Entity from a Session We can clear all session operations and stop tracking of all entities by the
  • Update Entities client-api/session/updating-entities

    ... ... entities map that the Sessiondit the properties you wish to change. The session will track all changes mad
  • Working with Document Identifiers client-api/document-identifiers/working-with-document-identifiers

    ... ...Working with Document Identifiers Each document in a RavenDB database has a unique string associated with it, called an
  • Client API: Subscribing to Store Events client-api/how-to/subscribe-to-store-events

    ... ... actions in response to operations made in a Document Store or a Session. An event is invoked when the selected actio
  • Session: Querying: How to Use NOT Operator client-api/session/querying/document-query/how-to-use-not-operator

    ... ...Session: Querying: How to Use NOT Operator IDocumentQuery contains NOT operator which can be used to negate next

  • Getting Started start/getting-started

    ... ... principles behind our client libraries DocumentStore Session Server Let's start by installing and

  • Document Refresh server/extensions/refresh

    ... ...Document Refresh The Refresh feature increments a document's change vector, triggering its re-indexation as well as othe

  • Session: Patch Time Series document-extensions/timeseries/client-api/session/patch

    ... ...Sessionatch Time Series To patch time series entries to a document, use session.Advanced.Defer. You can pass Defer a
  • Session: Appending & Updating Time Series document-extensions/timeseries/client-api/session/append

    ... ...Session: Appending & Updating Time Series Create and update time series and their entries using TimeSeriesFor.Append.
  • Document Revisions Overview document-extensions/revisions/overview

    ... ...Document Revisions Overview Document Revisions are snapshots of documents and their extensions. Revisions can be create