Click or drag to resize
Akka.NETSnapshotMetadata Constructor (String, Int64, DateTime)
Initializes a new instance of the SnapshotMetadata class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SnapshotMetadata(
	string persistenceId,
	long sequenceNr,
	DateTime timestamp
)

Parameters

persistenceId
Type: SystemString
The id of the persistent actor fro mwhich the snapshot was taken.
sequenceNr
Type: SystemInt64
The sequence number at which the snapshot was taken.
timestamp
Type: SystemDateTime
The time at which the snapshot was saved.
See Also