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