| SnapshotMetadata Constructor (String, Int64, DateTime) |
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public SnapshotMetadata(
string persistenceId,
long sequenceNr,
DateTime timestamp
)
new :
persistenceId : string *
sequenceNr : int64 *
timestamp : DateTime -> SnapshotMetadata
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