Class LoadData
Inherited Members
Namespace: Akka.DistributedData.Durable
Assembly: Akka.DistributedData.dll
Syntax
public sealed class LoadData
Constructors
| Improve this Doc View SourceLoadData(ImmutableDictionary<String, DurableDataEnvelope>)
Declaration
public LoadData(ImmutableDictionary<string, DurableDataEnvelope> data)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.ImmutableDictionary<String, DurableDataEnvelope> | data |
Fields
| Improve this Doc View SourceData
Declaration
public readonly ImmutableDictionary<string, DurableDataEnvelope> Data
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableDictionary<String, DurableDataEnvelope> |