CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless 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.