Class ShardDataStores<TShard, TConfiguration>.ShardInstance
Inheritance
System.Object
ShardDataStores<TShard, TConfiguration>.ShardInstance
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ArgentSea
Assembly: ArgentSea.dll
Syntax
public class ShardInstance
Constructors
| Improve this Doc View SourceShardInstance(ShardDataStores<TShard, TConfiguration>, TShard, IConnectionConfiguration, IConnectionConfiguration)
Declaration
public ShardInstance(ShardDataStores<TShard, TConfiguration> parent, TShard shardId, IConnectionConfiguration readConnection, IConnectionConfiguration writeConnection)
Parameters
Type | Name | Description |
---|---|---|
ShardDataStores<TShard, TConfiguration> | parent | |
TShard | shardId | |
IConnectionConfiguration | readConnection | |
IConnectionConfiguration | writeConnection |
Properties
| Improve this Doc View SourceReadConnection
Declaration
public ShardDataStores<TShard, TConfiguration>.DataConnection ReadConnection { get; }
Property Value
Type | Description |
---|---|
ShardDataStores.DataConnection<> |
ShardId
Declaration
public TShard ShardId { get; }
Property Value
Type | Description |
---|---|
TShard |
WriteConnection
Declaration
public ShardDataStores<TShard, TConfiguration>.DataConnection WriteConnection { get; }
Property Value
Type | Description |
---|---|
ShardDataStores.DataConnection<> |