Skip to content

LogConsistencyProvider

class

Namespace: Orleans.EventSourcing.LogStorage

A log-consistency provider that stores the latest view in primary storage, using any standard storage provider. Supports multiple clusters connecting to the same primary storage (doing optimistic concurrency control via e-tags)

The log itself is transient, i.e. not actually saved to storage - only the latest view (snapshot) and some metadata (the log position, and write flags) are stored in the primary.

public class LogConsistencyProvider : ILogViewAdaptorFactory

Constructors

Properties

Methods