Class DataEnvelope
TBD
Inherited Members
Namespace: Akka.DistributedData.Internal
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class DataEnvelope : IEquatable<DataEnvelope>, IReplicatorMessage
Properties
| Edit this page View SourceData
TBD
Declaration
public IReplicatedData Data { get; }
Property Value
| Type | Description |
|---|---|
| IReplicatedData |
DeletedEnvelope
TBD
Declaration
public static DataEnvelope DeletedEnvelope { get; }
Property Value
| Type | Description |
|---|---|
| DataEnvelope |
DeltaVersions
Declaration
public VersionVector DeltaVersions { get; }
Property Value
| Type | Description |
|---|---|
| VersionVector |
Pruning
TBD
Declaration
public ImmutableDictionary<UniqueAddress, IPruningState> Pruning { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableDictionary<UniqueAddress, IPruningState> |
Methods
| Edit this page View SourceEquals(DataEnvelope)
TBD
Declaration
public bool Equals(DataEnvelope other)
Parameters
| Type | Name | Description |
|---|---|---|
| DataEnvelope | other | TBD |
Returns
| Type | Description |
|---|---|
| bool | TBD |
Equals(object)
TBD
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | TBD |
Returns
| Type | Description |
|---|---|
| bool | TBD |
Overrides
| Edit this page View SourceGetHashCode()
TBD
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | TBD |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | TBD |
Edit this page