CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Snapshots.Snapshot Class Reference

Holds state information about an IAggregateRoot<TAuthenticationToken> for fast rehydration. More...

+ Inheritance diagram for Cqrs.Snapshots.Snapshot:

Properties

virtual Guid Id [get, set]
 The identifier of the IAggregateRoot<TAuthenticationToken> this holds information about. More...
 
virtual int Version [get, set]
 The version number the IAggregateRoot<TAuthenticationToken> was at when this snapshot was taken. More...
 

Detailed Description

Holds state information about an IAggregateRoot<TAuthenticationToken> for fast rehydration.