Interface IShardConnectionsConfiguration<TShard>
This interface is used by provider specific implementations. It is unlikely that you would implement this in consumer code.
Assembly: ArgentSea.dll
Syntax
public interface IShardConnectionsConfiguration<TShard>
where TShard : IComparable
Type Parameters
Properties
|
Improve this Doc
View Source
ShardSetName
Declaration
string ShardSetName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ShardsInternal
Declaration
IShardConnectionConfiguration<TShard>[] ShardsInternal { get; }
Property Value