Interface IReplicatedDeltaSize
Some complex deltas grow in size for each update and above a configured threshold such deltas are discarded and sent as full state instead. This interface should be implemented by such deltas to define its size.
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
public interface IReplicatedDeltaSize
Properties
| Improve this Doc View SourceDeltaSize
Returns delta size of target delta operation.
Declaration
int DeltaSize { get; }
Property Value
Type | Description |
---|---|
Int32 |