| SnapshotStoreSpecSnapshotByteSizeLimit Property |
The limit defines a number of bytes persistence plugin can support to store the snapshot.
If plugin does not support persistence of the snapshots of 10000 bytes or may support more than default size,
the value can be overriden by the SnapshotStoreSpec implementation with a note in a plugin documentation.
Namespace:
Akka.Persistence.TestKit.Snapshot
Assembly:
Akka.Persistence.TestKit (in Akka.Persistence.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected virtual int SnapshotByteSizeLimit { get; }
abstract SnapshotByteSizeLimit : int with get
override SnapshotByteSizeLimit : int with get
Property Value
Type:
Int32See Also