Class ShardLocations
Inheritance
ShardLocations
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class ShardLocations
Constructors
|
Edit this page
View Source
ShardLocations(IImmutableDictionary<string, ShardLocation>)
Declaration
public ShardLocations(IImmutableDictionary<string, ExternalShardAllocationStrategy.ShardLocation> locations)
Parameters
Properties
|
Edit this page
View Source
Locations
Declaration
public IImmutableDictionary<string, ExternalShardAllocationStrategy.ShardLocation> Locations { get; }
Property Value
Extension Methods