Interface IShardConnectionConfiguration<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 IShardConnectionConfiguration<TShard>
where TShard : IComparable
Type Parameters
Properties
|
Improve this Doc
View Source
ReadConnectionInternal
Declaration
IConnectionConfiguration ReadConnectionInternal { get; }
Property Value
|
Improve this Doc
View Source
ShardId
Declaration
TShard ShardId { get; set; }
Property Value
|
Improve this Doc
View Source
WriteConnectionInternal
Declaration
IConnectionConfiguration WriteConnectionInternal { get; }
Property Value