Interface IShardDataConfigurationOptions<TShard>
This interface is used by provider specific implementations. It is unlikely that you would implement this in consumer code.
Namespace: ArgentSea
Assembly: ArgentSea.dll
Syntax
public interface IShardDataConfigurationOptions<TShard>
where TShard : IComparable
Type Parameters
| Name | Description |
|---|---|
| TShard |
Properties
| Improve this Doc View SourceShardSetsInternal
Declaration
IShardConnectionsConfiguration<TShard>[] ShardSetsInternal { get; }
Property Value
| Type | Description |
|---|---|
| IShardConnectionsConfiguration<TShard>[] |